DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_WEB_SEC

Line 1437: , x_unencrypted_password=>fnd_web_sec.EXTERNAL_PWD

1433: then
1434: fnd_user_pkg.UpdateUser(
1435: x_user_name=>p_user_name
1436: , x_owner=>null
1437: , x_unencrypted_password=>fnd_web_sec.EXTERNAL_PWD
1438: , x_email_address => l_ldap_message.mail
1439: , x_fax => l_ldap_message.facsimileTelephoneNumber
1440: , x_user_guid=>p_user_guid
1441: , x_change_source => fnd_user_pkg.change_source_oid

Line 1464: , x_unencrypted_password=>fnd_web_sec.EXTERNAL_PWD

1460: -- Changed to CreateUserId - we need the user_id to set the profile.
1461: l_user_id := fnd_user_pkg.CreateUserId(
1462: x_user_name=>p_user_name
1463: , x_owner=>null
1464: , x_unencrypted_password=>fnd_web_sec.EXTERNAL_PWD
1465: , x_email_address => l_ldap_message.mail
1466: , x_fax => l_ldap_message.facsimileTelephoneNumber
1467: , x_user_guid=>p_user_guid
1468: , x_change_source => fnd_user_pkg.change_source_oid