DBA Data[Home] [Help]

APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on QA_PARENT_CHILD_PKG

Line 3758: QA_PARENT_CHILD_PKG.insert_history_auto_rec(p_plan_id,l_txnheader_id, 1, 4);

3754: WHERE collection_id = p_collection_id AND occurrence = p_occurrence
3755: RETURNING txn_header_id INTO l_txnheader_id;
3756:
3757: -- Calling parent-child pkg to insert History child record for the plan.
3758: QA_PARENT_CHILD_PKG.insert_history_auto_rec(p_plan_id,l_txnheader_id, 1, 4);
3759:
3760: -- Commit now.
3761: COMMIT;
3762:

Line 3938: QA_PARENT_CHILD_PKG.insert_history_auto_rec(p_plan_id, l_txnheader_id, 1, 4);

3934:
3935:
3936: -- Calling parent-child pkg to insert History child record for the plan.
3937: -- action firing for child rec is taken care in the parent-child pkg.
3938: QA_PARENT_CHILD_PKG.insert_history_auto_rec(p_plan_id, l_txnheader_id, 1, 4);
3939:
3940: -- We need to fire action for the parent record only.
3941: QA_PARENT_CHILD_PKG.enable_fire_for_txn_hdr_id(l_txnheader_id);
3942:

Line 3941: QA_PARENT_CHILD_PKG.enable_fire_for_txn_hdr_id(l_txnheader_id);

3937: -- action firing for child rec is taken care in the parent-child pkg.
3938: QA_PARENT_CHILD_PKG.insert_history_auto_rec(p_plan_id, l_txnheader_id, 1, 4);
3939:
3940: -- We need to fire action for the parent record only.
3941: QA_PARENT_CHILD_PKG.enable_fire_for_txn_hdr_id(l_txnheader_id);
3942:
3943: -- Commit Now.
3944: COMMIT;
3945: