Query: Elements that are referenced by or influence a given module.Purpose: Returns the elements that are used in all levels by the modules in the input list.stm_r_mx_influence_md (IN md_list: LIST OF MODULE,
OUT status: INTEGER)
Query: Elements that see, or are influenced by, a given modulePurpose: Returns the elements that directly or indirectly use the modules in the input liststm_r_mx_influenced_by_md (IN el_list: LIST OF
MODULE, OUT status: INTEGER)
Query: Elements that see a given module.Purpose: Returns the elements that directly see modules in the input list.stm_r_mx_refer_to_md (IN md_list: LIST OF MODULE,
OUT status: INTEGER)
Query: Elements that are referenced by a given module.Purpose: Returns the elements that appear in the modules of the input list.stm_r_mx_referenced_by_md (IN md_list: LIST OF
MODULE, OUT status: INTEGER)
Query: Elements resolved to a given external module.Purpose: Returns the elements to which the external modules in the input list are resolved.stm_r_mx_resolved_to_ext_md (IN md_list: LIST OF
MODULE,OUT status: INTEGER)