DBA Data[Home] [Help]

APPS.QA_TXN_GRP dependencies on QA_PLAN_COLLECTION_TRIGGERS

Line 293: FROM qa_plan_collection_triggers qpct,

289: qpct.Low_Value,
290: qpct.High_Value ,
291: qc.datatype,
292: qc.char_id
293: FROM qa_plan_collection_triggers qpct,
294: qa_chars qc
295: WHERE qpct.Collection_Trigger_ID = qc.char_id and
296: qpct.plan_transaction_id = p_plan_txn_id) LOOP
297: