DBA Data[Home] [Help]

APPS.QA_VALIDATION_API dependencies on QA_TXN_COLLECTION_TRIGGERS

Line 3824: FROM qa_txn_collection_triggers

3820: p_plan_transaction_id NUMBER) IS
3821:
3822: CURSOR context IS
3823: SELECT collection_trigger_id
3824: FROM qa_txn_collection_triggers
3825: WHERE transaction_number = p_transaction_number AND
3826: enabled_flag = 1;
3827:
3828: CURSOR bg1 IS