DBA Data[Home] [Help]

APPS.FND_OID_BULKLOAD dependencies on FND_WEB_SEC

Line 71: x_unencrypted_password => fnd_web_sec.EXTERNAL_PWD,

67:
68: if (l_user_count = 0) then
69: fnd_user_pkg.CreateUser(x_user_name => l_user_name,
70: x_owner => 'CUST',
71: x_unencrypted_password => fnd_web_sec.EXTERNAL_PWD,
72: x_description => l_description,
73: x_fax => l_fax,
74: x_email_address => l_email_address,
75: x_user_guid => l_user_guid,