Query: Elements appearing in the definition of a given data-item.Purpose: Returns the elements that appear in the Definition and the Consists of fields of data-items (in the data-item’s form) in the input list.This query identifies the elements that are directly used by the data-items in the input list.stm_r_mx_in_definition_of_di (IN di_list: LIST OF
DATA_ITEM, OUT status: INTEGER)
Query: Elements that influence the value of a given data-item.Purpose: Returns the elements that appear in the Definition and Consists of fields of data-items in the input list, and those that appear in the fields of these elements (for all levels).This query identifies the elements that directly or indirectly influence the data-items in the input list.stm_r_mx_influence_value_of_di (IN di_list: LIST OF
DATA_ITEM, OUT status: INTEGER)
Query: Elements that see, or are influenced by, a given data-item.Purpose: Returns the elements that directly or indirectly use the data-items in the input list.stm_r_mx_influenced_by_di (IN di_list: LIST OF
DATA_ITEM, OUT status: INTEGER)
Query: Elements that see the specified data-item.Purpose: Returns the elements that directly use the data-items in the input list.stm_r_mx_refer_to_di (IN di_list: LIST OF DATA_ITEM,
OUT status: INTEGER)