DBA Data[Home] [Help]

APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on QA_PARENT_CHILD_PKG

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

3770: WHERE collection_id = p_collection_id AND occurrence = p_occurrence
3771: RETURNING txn_header_id INTO l_txnheader_id;
3772:
3773: -- Calling parent-child pkg to insert History child record for the plan.
3774: QA_PARENT_CHILD_PKG.insert_history_auto_rec(p_plan_id,l_txnheader_id, 1, 4);
3775:
3776: -- Commit now.
3777: COMMIT;
3778:

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

3950:
3951:
3952: -- Calling parent-child pkg to insert History child record for the plan.
3953: -- action firing for child rec is taken care in the parent-child pkg.
3954: QA_PARENT_CHILD_PKG.insert_history_auto_rec(p_plan_id, l_txnheader_id, 1, 4);
3955:
3956: -- We need to fire action for the parent record only.
3957: QA_PARENT_CHILD_PKG.enable_fire_for_txn_hdr_id(l_txnheader_id);
3958:

Line 3957: QA_PARENT_CHILD_PKG.enable_fire_for_txn_hdr_id(l_txnheader_id);

3953: -- action firing for child rec is taken care in the parent-child pkg.
3954: QA_PARENT_CHILD_PKG.insert_history_auto_rec(p_plan_id, l_txnheader_id, 1, 4);
3955:
3956: -- We need to fire action for the parent record only.
3957: QA_PARENT_CHILD_PKG.enable_fire_for_txn_hdr_id(l_txnheader_id);
3958:
3959: -- Commit Now.
3960: COMMIT;
3961: