DBA Data[Home] [Help]

APPS.IBU_REG_NOTIF_PKG dependencies on WF_DIRECTORY

Line 61: WF_Directory.CreateAdHocRole (role_name, role_display_name, language, territory, role_description, notification_preference, user_name, email_address, fax, status, expiration_date);

57: role_display_name:=role_name;
58: email_address:=email_address_in;
59:
60: begin
61: WF_Directory.CreateAdHocRole (role_name, role_display_name, language, territory, role_description, notification_preference, user_name, email_address, fax, status, expiration_date);
62: exception
63: when duplicate_user_or_role then
64: WF_Directory.SetAdHocRoleAttr (role_name, role_display_name, notification_preference, language, territory, email_address, fax);
65: end;

Line 64: WF_Directory.SetAdHocRoleAttr (role_name, role_display_name, notification_preference, language, territory, email_address, fax);

60: begin
61: WF_Directory.CreateAdHocRole (role_name, role_display_name, language, territory, role_description, notification_preference, user_name, email_address, fax, status, expiration_date);
62: exception
63: when duplicate_user_or_role then
64: WF_Directory.SetAdHocRoleAttr (role_name, role_display_name, notification_preference, language, territory, email_address, fax);
65: end;
66:
67:
68: wf_id:=WF_Notification.send (role_name, 'IBU_RG', 'IBU_REG_MESSAGE', due_date, callback, context, send_comment, priority);