DBA Data[Home] [Help]

APPS.BNE_INTEGRATORS_PKG dependencies on FND_LOAD_UTIL

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

494: -- translate values to IDs
495: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
496:
497: -- Translate owner to file_last_updated_by
498: f_luby := fnd_load_util.owner_id(x_owner);
499:
500: -- Translate char last_update_date to date
501: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
502: begin

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

507: and INTEGRATOR_CODE = x_integrator_code
508: and LANGUAGE = userenv('LANG');
509:
510: -- Test for customization and version
511: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
512: db_ludate, x_custom_mode)) then
513:
514: update BNE_INTEGRATORS_TL
515: set USER_NAME = x_user_name,

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

596: l_create_doc_list_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_create_doc_list_asn);
597: l_session_param_list_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_session_param_list_asn);
598:
599: -- Translate owner to file_last_updated_by
600: f_luby := fnd_load_util.owner_id(x_owner);
601:
602: -- Translate char last_update_date to date
603: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
604: begin

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

608: where APPLICATION_ID = l_app_id
609: and INTEGRATOR_CODE = x_integrator_code;
610:
611: -- Test for customization and version
612: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
613: db_ludate, x_custom_mode)) then
614: -- Update existing row
615: BNE_INTEGRATORS_PKG.Update_Row(
616: X_APPLICATION_ID => l_app_id,