DBA Data[Home] [Help]

APPS.AMV_MATCH_PVT dependencies on AMV_MATCHING_QUEUE_TBL

Line 347: FROM amv_matching_queue_tbl;

343:
344: -- Cursor to get the message count in the queue table
345: CURSOR c_get_msg_count IS
346: SELECT count(*)
347: FROM amv_matching_queue_tbl;
348: --WHERE q_name = 'AMV_MATCHING_QUEUE';
349:
350: l_aq_count NUMBER := 0;
351: --