DBA Data[Home] [Help]

APPS.QA_VALIDATION_API dependencies on QA_TXN_COLLECTION_TRIGGERS

Line 3922: FROM qa_txn_collection_triggers

3918: p_plan_transaction_id NUMBER) IS
3919:
3920: CURSOR context IS
3921: SELECT collection_trigger_id
3922: FROM qa_txn_collection_triggers
3923: WHERE transaction_number = p_transaction_number AND
3924: enabled_flag = 1;
3925:
3926: CURSOR bg1 IS