Query: Elements appearing in the definition of a given action.Purpose: Returns the elements that appear in the Definition field of actions (in the action’s form) in the input list.This query identifies the elements that are used directly by the actions in the input list.stm_r_mx_in_definition_of_an (stm_list
in_list, int *status);
Query: Elements that influence the value of a given action.Purpose: Returns the elements that appear in the Definition field of actions in the input list, and those that appear in the definitions of these elements (for all levels).This query identifies the elements that are used directly or indirectly by the actions in the input list.stm_r_mx_influence_value_ of_an (stm_list
in_list, int *status);
Query: Elements that refer to, or are influenced by, a given action.Purpose: Returns the elements that directly or indirectly use the actions in the input list.This query identifies all the elements, in all levels, that use the input actions.stm_r_mx_influence_value_ of_an (stm_list
in_list, int *status);
Query: Elements that refer to a given action.Purpose: Returns the elements that directly use the actions in the input list.stm_r_mx_influence_value_ of_an (stm_list
in_list, int *status);