DBA Data[Home] [Help]

APPS.IBC_CITEM_WORKFLOW_PVT dependencies on WF_DIRECTORY

Line 191: WF_DIRECTORY.CreateAdHocRole(

187: IF l_user_list IS NOT NULL THEN
188: IF p_add_to_list IS NOT NULL THEN
189: l_user_list := l_user_list || ', ' || p_add_to_list;
190: END IF;
191: WF_DIRECTORY.CreateAdHocRole(
192: role_name => px_wf_role_name
193: ,role_display_name => px_wf_role_display_name
194: ,role_users => Remove_Duplicates(l_user_list)
195: ,notification_preference => 'MAILHTML'

Line 199: WF_DIRECTORY.CreateAdHocRole(

195: ,notification_preference => 'MAILHTML'
196: );
197: ELSIF p_add_to_list IS NOT NULL THEN
198: l_user_list := p_add_to_list;
199: WF_DIRECTORY.CreateAdHocRole(
200: role_name => px_wf_role_name
201: ,role_display_name => px_wf_role_display_name
202: ,role_users => Remove_Duplicates(l_user_list)
203: ,notification_preference => 'MAILHTML'