DBA Data[Home] [Help]

APPS.BNE_MAPPING_LINES_PKG dependencies on FND_LOAD_UTIL

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

232: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
233: l_content_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_content_asn);
234:
235: -- Translate owner to file_last_updated_by
236: f_luby := fnd_load_util.owner_id(x_owner);
237:
238: -- Translate char last_update_date to date
239: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
240: begin

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

254: --and INTERFACE_CODE = x_interface_code
255: --and INTERFACE_SEQ_NUM = x_interface_seq_num;
256:
257: -- Test for customization and version
258: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
259: db_ludate, x_custom_mode)) then
260: -- Update existing row
261: BNE_MAPPING_LINES_PKG.Update_Row(
262: X_APPLICATION_ID => l_app_id,