DBA Data[Home] [Help]

APPS.FND_ORACLE_USER_PKG dependencies on FND_LOAD_UTIL

Line 113: f_luby := fnd_load_util.owner_id(x_owner);

109: enc_pwd varchar2(100); -- encrypted password to go in database
110:
111: begin
112: -- Translate owner to file_last_updated_by
113: f_luby := fnd_load_util.owner_id(x_owner);
114:
115: -- Translate char last_update_date to date
116: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
117:

Line 124: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

120: into db_luby, db_ludate
121: from fnd_oracle_userid
122: where oracle_username = x_oracle_username;
123:
124: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
125: db_ludate, X_CUSTOM_MODE)) then
126:
127: /* Convert the password from being encrypted with the loader key to */
128: /* being encrypted with right key for storing it in the database */