DBA Data[Home] [Help]

APPS.ECX_WORKFLOW_HTML dependencies on ALL_QUEUES

Line 190: FROM all_queues

186: htp.tableRowClose;
187:
188: -- Determine the Queue Table based on the Queue Name
189: SELECT queue_table INTO l_qtable
190: FROM all_queues
191: WHERE name = p_queue_name
192: AND owner IN ('APPS');
193:
194: -- Convert the character message state to numbers

Line 524: FROM all_queues

520: htp.tableRowClose;
521:
522: -- Determine the Queue Table based on the Queue Name
523: SELECT queue_table INTO l_qtable
524: FROM all_queues
525: WHERE name = p_queue_name
526: AND owner IN ('APPS');
527:
528: -- Convert the character message state to numbers