DBA Data[Home] [Help]

APPS.ASO_PUBLISH_MISC_INT dependencies on WF_DIRECTORY

Line 675: wf_directory.CreateAdHocUser(

671: END IF;
672: -- move the CreateAdHocUser Api to a local block -- skm
673: begin
674:
675: wf_directory.CreateAdHocUser(
676: name => l_sales_adhoc_user,
677: display_name => l_sales_adhoc_user_display,
678: notification_preference => l_notification_preference,
679: email_address => l_email_id,

Line 711: wf_directory.CreateAdHocRole(

707: END IF;
708: -- move the CreateAdHocRole api to a local block --skm
709: begin
710:
711: wf_directory.CreateAdHocRole(
712: role_name => l_sales_adhoc_role,
713: role_display_name => l_sales_adhoc_role_display,
714: language => l_nls_language,
715: notification_preference => l_notification_preference,