DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on FND_USER_PKG

Line 1161: l_test_user_return_code := FND_USER_PKG.TestUserName(l_contact_details_rec.user_name);

1157:
1158: -- dbms_output.put_line('Test user name');
1159: if l_update_allowed = FND_API.G_FALSE OR l_mode='CREATE' then
1160:
1161: l_test_user_return_code := FND_USER_PKG.TestUserName(l_contact_details_rec.user_name);
1162: if l_test_user_return_code = 1 then
1163: l_contact_create_ok:= 'FALSE';
1164: x_contact_output_rec.return_status:='ERROR';
1165: fnd_message.set_name('FND','INVALID_USER_NAME');

Line 1698: FND_USER_PKG.CreateUser(x_user_name => l_user_name,

1694:
1695:
1696:
1697:
1698: FND_USER_PKG.CreateUser(x_user_name => l_user_name,
1699: x_owner => 'SYSTEM',
1700: x_unencrypted_password => l_password,
1701: x_start_date => sysdate,
1702: x_end_date => null,

Line 1824: fnd_user_pkg.updateUser(

1820:
1821: --- Will remove this once the Register_partner_user start date is fixed.
1822:
1823:
1824: fnd_user_pkg.updateUser(
1825: x_user_name => l_user_name,
1826: x_owner => null,
1827: x_start_date => sysdate
1828: );

Line 2354: fnd_user_pkg.updateUser(

2350:
2351: --- Will remove this once the Register_partner_user start date is fixed.
2352:
2353:
2354: fnd_user_pkg.updateUser(
2355: x_user_name => l_user_name,
2356: x_owner => null,
2357: x_start_date => sysdate
2358: );