DBA Data[Home] [Help]

APPS.BNE_SIMPLE_QUERY_PKG dependencies on FND_LOAD_UTIL

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

241: -- translate values to IDs
242: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_query_asn);
243:
244: -- Translate owner to file_last_updated_by
245: f_luby := fnd_load_util.owner_id(x_owner);
246:
247: -- Translate char last_update_date to date
248: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
249: begin

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

253: where APPLICATION_ID = l_app_id
254: and QUERY_CODE = x_query_code;
255:
256: -- Test for customization and version
257: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
258: db_ludate, x_custom_mode)) then
259: -- Update existing row
260: BNE_SIMPLE_QUERY_PKG.Update_Row(
261: X_APPLICATION_ID => l_app_id,