DBA Data[Home] [Help]

APPS.CSM_MAIL_RECIPIENTS_PKG dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 88: from wf_notification_attributes wna

84: CSM_UTIL_PKG.LOG ( 'Read flag is being set for notification '|| p_record.notification_id
85: ,'CSM_MAIL_RECIPIENTS_PKG.APPLY_CLIENT_CHANGES',FND_LOG.LEVEL_PROCEDURE);
86: begin
87: select 1 into l_dummy
88: from wf_notification_attributes wna
89: where wna.notification_id = p_record.notification_id
90: and wna.name = 'READ_FLAG';
91: exception
92: when others then