DBA Data[Home] [Help]

APPS.WF_NOTIFICATION2 dependencies on WF_NOTIFICATIONS

Line 24: from WF_NOTIFICATIONS WN

20: -- Get more_info_role
21: begin
22: select WN.MORE_INFO_ROLE
23: into l_more_info_role
24: from WF_NOTIFICATIONS WN
25: where WN.NOTIFICATION_ID = nid;
26: exception
27: when no_data_found then
28: wf_core.token('NID', to_char(nid));