DBA Data[Home] [Help]

APPS.WF_ADVANCED_WORKLIST dependencies on WF_DIRECTORY

Line 42: if((Wf_Directory.IsPerformer(username, recipient)) OR

38: end;
39:
40: --first check whether the user is intended recipient or from role or more info role
41: -- Check if current user has WF_ADMIN_ROLE privileges.
42: if((Wf_Directory.IsPerformer(username, recipient)) OR
43: (Wf_Directory.IsPerformer(username, orig_recipient)) OR
44: (Wf_Directory.IsPerformer(username, more_info_role)) OR
45: (Wf_Directory.IsPerformer(username, from_role)) OR
46: (Wf_Directory.IsPerformer(username, admin_role)) OR

Line 43: (Wf_Directory.IsPerformer(username, orig_recipient)) OR

39:
40: --first check whether the user is intended recipient or from role or more info role
41: -- Check if current user has WF_ADMIN_ROLE privileges.
42: if((Wf_Directory.IsPerformer(username, recipient)) OR
43: (Wf_Directory.IsPerformer(username, orig_recipient)) OR
44: (Wf_Directory.IsPerformer(username, more_info_role)) OR
45: (Wf_Directory.IsPerformer(username, from_role)) OR
46: (Wf_Directory.IsPerformer(username, admin_role)) OR
47: (admin_role = '*')) then

Line 44: (Wf_Directory.IsPerformer(username, more_info_role)) OR

40: --first check whether the user is intended recipient or from role or more info role
41: -- Check if current user has WF_ADMIN_ROLE privileges.
42: if((Wf_Directory.IsPerformer(username, recipient)) OR
43: (Wf_Directory.IsPerformer(username, orig_recipient)) OR
44: (Wf_Directory.IsPerformer(username, more_info_role)) OR
45: (Wf_Directory.IsPerformer(username, from_role)) OR
46: (Wf_Directory.IsPerformer(username, admin_role)) OR
47: (admin_role = '*')) then
48: return(username);

Line 45: (Wf_Directory.IsPerformer(username, from_role)) OR

41: -- Check if current user has WF_ADMIN_ROLE privileges.
42: if((Wf_Directory.IsPerformer(username, recipient)) OR
43: (Wf_Directory.IsPerformer(username, orig_recipient)) OR
44: (Wf_Directory.IsPerformer(username, more_info_role)) OR
45: (Wf_Directory.IsPerformer(username, from_role)) OR
46: (Wf_Directory.IsPerformer(username, admin_role)) OR
47: (admin_role = '*')) then
48: return(username);
49: else

Line 46: (Wf_Directory.IsPerformer(username, admin_role)) OR

42: if((Wf_Directory.IsPerformer(username, recipient)) OR
43: (Wf_Directory.IsPerformer(username, orig_recipient)) OR
44: (Wf_Directory.IsPerformer(username, more_info_role)) OR
45: (Wf_Directory.IsPerformer(username, from_role)) OR
46: (Wf_Directory.IsPerformer(username, admin_role)) OR
47: (admin_role = '*')) then
48: return(username);
49: else
50: -- Authenticate functionality to be in sync with "Notifications from me" view