DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on ALL_QUEUE_TABLES

Line 3229: from all_queue_tables aqt

3225: and aq.name = l_name;
3226:
3227: select aqt.recipients, aqt.message_grouping
3228: into WF_EVENT.pv_last_recipients, WF_EVENT.g_message_grouping
3229: from all_queue_tables aqt
3230: where aqt.queue_table = l_queue_table
3231: and aqt.owner = l_owner;
3232:
3233: -- update package variables