DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on WF_DIRECTORY

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

1322:
1323: if(constructNewRoleName) then
1324: notification_preference := notification_pref;
1325: begin
1326: WF_Directory.CreateAdHocUser(role_name, role_display_name, language,
1327: territory, role_description, notification_preference,
1328: email_address, fax, status, expiration_date);
1329: exception
1330: when duplicate_user_or_role then

Line 1331: WF_Directory.SetAdHocUserAttr (role_name, role_display_name,

1327: territory, role_description, notification_preference,
1328: email_address, fax, status, expiration_date);
1329: exception
1330: when duplicate_user_or_role then
1331: WF_Directory.SetAdHocUserAttr (role_name, role_display_name,
1332: notification_preference, language, territory, email_address, fax);
1333: end;
1334: end if;
1335: