DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_WEB_SEC

Line 1369: , x_unencrypted_password=>fnd_web_sec.EXTERNAL_PWD

1365: then
1366: fnd_user_pkg.UpdateUser(
1367: x_user_name=>p_user_name
1368: , x_owner=>null
1369: , x_unencrypted_password=>fnd_web_sec.EXTERNAL_PWD
1370: , x_email_address => l_ldap_message.mail
1371: , x_fax => l_ldap_message.facsimileTelephoneNumber
1372: , x_user_guid=>p_user_guid
1373: , x_change_source => fnd_user_pkg.change_source_oid

Line 1396: , x_unencrypted_password=>fnd_web_sec.EXTERNAL_PWD

1392: -- Changed to CreateUserId - we need the user_id to set the profile.
1393: l_user_id := fnd_user_pkg.CreateUserId(
1394: x_user_name=>p_user_name
1395: , x_owner=>null
1396: , x_unencrypted_password=>fnd_web_sec.EXTERNAL_PWD
1397: , x_email_address => l_ldap_message.mail
1398: , x_fax => l_ldap_message.facsimileTelephoneNumber
1399: , x_user_guid=>p_user_guid
1400: , x_change_source => fnd_user_pkg.change_source_oid