DBA Data[Home] [Help]

APPS.OE_MESSAGE_PURGE_PVT dependencies on OE_PROCESSING_MSGS_TL

Line 122: DELETE oe_processing_msgs_tl

118: IF l_cnt >= l_commit THEN
119: COMMIT;
120: l_cnt := 0;
121: END IF;
122: DELETE oe_processing_msgs_tl
123: WHERE transaction_id = c_msg.transaction_id;
124: DELETE oe_processing_msgs
125: WHERE ROWID = c_msg.rowid;
126: l_cnt := l_cnt + 1;