DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PVT dependencies on WF_DIRECTORY

Line 3444: l_role_list wf_directory.usertable;

3440: l_reason varchar2(200);
3441: l_usertype varchar2(30);
3442: l_profile_flag varchar2(10);
3443:
3444: l_role_list wf_directory.usertable;
3445: empty_role_list wf_directory.usertable;
3446: l_role_list_index number :=1;
3447:
3448: l_adhoc_role varchar2(50);

Line 3445: empty_role_list wf_directory.usertable;

3441: l_usertype varchar2(30);
3442: l_profile_flag varchar2(10);
3443:
3444: l_role_list wf_directory.usertable;
3445: empty_role_list wf_directory.usertable;
3446: l_role_list_index number :=1;
3447:
3448: l_adhoc_role varchar2(50);
3449: l_context varchar2(30);

Line 3947: wf_directory.CreateAdHocRole2(role_name => l_adhoc_role,

3943: -- There is a chance under certain conditions that a role being created already exists
3944: -- In such cases this call will error out. If this call throws any error just exit out
3945: -- of the current loop and continue with creation of the other roles.
3946: BEGIN
3947: wf_directory.CreateAdHocRole2(role_name => l_adhoc_role,
3948: role_display_name => l_adhoc_role,
3949: role_users => l_role_list);
3950: EXCEPTION
3951: WHEN OTHERS THEN