DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on WF_DIRECTORY

Line 1413: WF_Directory.CreateAdHocUser(role_name, role_display_name, language,

1409:
1410: if(constructNewRoleName) then
1411: notification_preference := notification_pref;
1412: begin
1413: WF_Directory.CreateAdHocUser(role_name, role_display_name, language,
1414: territory, role_description, notification_preference,
1415: email_address, fax, status, expiration_date);
1416: exception
1417: when duplicate_user_or_role then

Line 1418: WF_Directory.SetAdHocUserAttr (role_name, role_display_name,

1414: territory, role_description, notification_preference,
1415: email_address, fax, status, expiration_date);
1416: exception
1417: when duplicate_user_or_role then
1418: WF_Directory.SetAdHocUserAttr (role_name, role_display_name,
1419: notification_preference, language, territory, email_address, fax);
1420: end;
1421: end if;
1422: