DBA Data[Home] [Help]

APPS.BNE_PARAM_OVERRIDES_PKG dependencies on FND_LOAD_UTIL

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

260: -- translate values to IDs
261: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_defn_asn);
262:
263: -- Translate owner to file_last_updated_by
264: f_luby := fnd_load_util.owner_id(x_owner);
265:
266: l_default_number := null;
267: l_default_date := null;
268: if x_default_number is not null

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

285: and LVL = x_lvl
286: and OVERRIDE_ID = x_override_id;
287:
288: -- Test for customization and version
289: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
290: db_ludate, x_custom_mode)) then
291: -- Update existing row
292: BNE_PARAM_OVERRIDES_PKG.Update_Row(
293: X_APPLICATION_ID => l_app_id,