DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_NOTIFICATIONS

Line 2629: from WF_NOTIFICATIONS

2625: where ITEM_TYPE = x_type
2626: and MESSAGE = x_name)
2627: and not exists
2628: (select 1
2629: from WF_NOTIFICATIONS
2630: where MESSAGE_TYPE = x_type
2631: and MESSAGE_NAME = x_name);
2632: exception
2633: when no_data_found then