DBA Data[Home] [Help]

APPS.QA_RESULT_GRP dependencies on QLTDACTB

Line 214: -- to fire the action. Before this fix qltdactb.do_actions was called

210: --
211: -- Bug 4473407.
212: -- If the previous update statement had updated qa_results then
213: -- SQL%ROWCOUNT would be > 0 and only in that case we call do_actions
214: -- to fire the action. Before this fix qltdactb.do_actions was called
215: -- without any condition and because of this whenever the procedure
216: -- Enable is called the actions are also fired unnecessarily which is
217: -- not correct. The actions should fire only once for the enabled
218: -- records - even if the parent transaction calls QA_RESULT_GRP.ENABLE

Line 232: IF (QLTDACTB.DO_ACTIONS(p_collection_id,

228: -- ntungare Sun Nov 5 22:28:57 PST 2006
229: --
230: -- IF SQL%ROWCOUNT > 0 THEN
231: IF no_of_rows_updated > 0 THEN
232: IF (QLTDACTB.DO_ACTIONS(p_collection_id,
233: 1,
234: NULL,
235: NULL,
236: FALSE ,

Line 981: IF (QLTDACTB.do_actions( x_txn_header_id => collection_id_tab(cntr),

977: -- Bug 5656202. SHKALYAN 11-NOV-2006.
978: -- Calling the do_actions for the plan_id, collection_id,
979: -- Occurrence combination instead of txn_header_id
980:
981: IF (QLTDACTB.do_actions( x_txn_header_id => collection_id_tab(cntr),
982: x_concurrent => 1,
983: x_po_txn_processor_mode => NULL,
984: x_group_id => NULL,
985: x_background => TRUE,