DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_PKG dependencies on QA_RESULTS_API

Line 193: qa_results_api.enable_and_fire_action(p_collection_id);

189: --- child record is changed to 2 only when Parent record gets committed
190: ---
191:
192: BEGIN
193: qa_results_api.enable_and_fire_action(p_collection_id);
194: END enable_and_fire_actions;
195:
196: FUNCTION get_descendants(
197: p_plan_id NUMBER,