DBA Data[Home] [Help]

APPS.WF_FWKMON dependencies on WF_DIRECTORY

Line 180: -- Copied from wf_directory.getRoleDisplayName()

176:
177: function getRoleEmailAddress (x_role_name in varchar2) return varchar2
178:
179: IS
180: -- Copied from wf_directory.getRoleDisplayName()
181:
182: colon pls_integer;
183:
184: cursor c_role is

Line 270: if (wf_directory.isPerformer(userName, l_adminRole)) then

266: l_isAdmin := 'Y';
267:
268: else
269:
270: if (wf_directory.isPerformer(userName, l_adminRole)) then
271:
272: l_isAdmin := 'Y';
273:
274: end if;

Line 546: l_username := wf_directory.GetRoleDisplayName2(l_responder);

542: FROM wf_notifications
543: WHERE notification_id = p_notification_id;
544:
545: -- Check if directory service has display name
546: l_username := wf_directory.GetRoleDisplayName2(l_responder);
547:
548: if (l_username is not null) then
549: return l_username;
550: end if;