Query: Activities in which a given element is affected.Purpose: Returns the activities that affect (modify, generate, or activate) the elements (for example, events, data-items, or activities) in the input list. Query: Activities in which a given element is affected.Purpose: Identical to stm_r_ac_affecting_mx, but when the input list includes an ID of a record/union, stm_r_ac_meaningly_affecting_mx will also return elements that affect a field of the record/union, and not necessarily the whole record/union element.stm_r_ac_meaningly_affecting_mx (stm_list in_list,
int *status);
Query: Activities in which a given element is used.Purpose: Returns the activities that use (evaluate) the elements (basic events, conditions, data-items, states, and activities) in the input list.stm_r_ac_using_mx (IN mx_list: LIST OF ELEMENT,OUT
status: INTEGER)
Query: Activities in which a given element is used.Purpose: Identical to stm_r_ac_using_mx, but when the input list includes an ID of a record/union, stm_r_ac_meaningly_using_mx will also return elements that use a field of the record/union, and not necessarily the whole record/union element