Query: Elements containing a given field.Purpose: Returns the data-items and user-defined types in which the fields in the input list are defined.stm_r_mx_containing_fd (IN el_list: LIST OF FIELD,
OUT status: INTEGER)
Query: Elements that appear in the definition of a given field.Purpose: Returns the elements that appear in the type definition of the fields in the input list.stm_r_mx_in_definition_of_fd (IN el_list: LIST OF
FIELD, OUT status: INTEGER)
Query: Elements that influence the definition of a given field.Purpose: Returns the elements, data-items, and user-defined types that appear in the type definition of the fields in the input list, and those that appear in the definition form of these elements (in all levels).stm_r_mx_influence_value_of_fd (IN el_list: LIST OF
FIELD, OUT status: INTEGER)
Query: Elements that see, or are influenced by, a given field.Purpose: Returns the elements that directly see the fields in the input list.stm_r_mx_influenced_by_fd (IN el_list: LIST OF
FIELD, OUT status: INTEGER)
Query: Elements that see a given field.Purpose: Returns the elements that directly see the fields in the input list.stm_r_mx_refer_to_fd (IN el_list: LIST OF FIELD, OUT
status: INTEGER)