DBA Data[Home] [Help]

APPS.BNE_IMPORT_PROGRAMS_PKG dependencies on FND_LOAD_UTIL

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

199: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
200: l_import_list_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_import_param_list_asn);
201:
202: -- Translate owner to file_last_updated_by
203: f_luby := fnd_load_util.owner_id(x_owner);
204:
205: -- Translate char last_update_date to date
206: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
207: begin

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

212: and INTEGRATOR_CODE = x_integrator_code
213: and SEQUENCE_NUM = x_sequence_num;
214:
215: -- Test for customization and version
216: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
217: db_ludate, x_custom_mode)) then
218: -- Update existing row
219: BNE_IMPORT_PROGRAMS_PKG.Update_Row(
220: X_APPLICATION_ID => l_app_id,