DBA Data[Home] [Help]

APPS.FND_OID_BULKLOAD dependencies on FND_WEB_SEC

Line 66: x_unencrypted_password => fnd_web_sec.EXTERNAL_PWD,

62:
63: if (l_user_count = 0) then
64: fnd_user_pkg.CreateUser(x_user_name => l_user_name,
65: x_owner => 'CUST',
66: x_unencrypted_password => fnd_web_sec.EXTERNAL_PWD,
67: x_description => l_description,
68: x_fax => l_fax,
69: x_email_address => l_email_address,
70: x_user_guid => l_user_guid,