DBA Data[Home] [Help]

APPS.ASO_PUBLISH_MISC_INT dependencies on WF_DIRECTORY

Line 658: wf_directory.CreateAdHocUser(

654: END IF;
655: -- move the CreateAdHocUser Api to a local block -- skm
656: begin
657:
658: wf_directory.CreateAdHocUser(
659: name => l_sales_adhoc_user,
660: display_name => l_sales_adhoc_user_display,
661: notification_preference => l_notification_preference,
662: email_address => l_email_id,

Line 694: wf_directory.CreateAdHocRole(

690: END IF;
691: -- move the CreateAdHocRole api to a local block --skm
692: begin
693:
694: wf_directory.CreateAdHocRole(
695: role_name => l_sales_adhoc_role,
696: role_display_name => l_sales_adhoc_role_display,
697: language => l_nls_language,
698: notification_preference => l_notification_preference,