DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_NOTIFICATIONS

Line 2628: from WF_NOTIFICATIONS

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