DBA Data[Home] [Help]

APPS.BNE_INTERFACES_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 359: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);

355: db_luby number; -- entity owner in db
356: db_ludate date; -- entity update date in db
357: begin
358: -- translate values to IDs
359: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
360:
361: -- Translate owner to file_last_updated_by
362: f_luby := fnd_load_util.owner_id(x_owner);
363:

Line 437: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);

433: db_luby number; -- entity owner in db
434: db_ludate date; -- entity update date in db
435: begin
436: -- translate values to IDs
437: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
438: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
439: l_upload_param_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_upload_param_list_asn);
440:
441: -- Translate owner to file_last_updated_by

Line 438: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);

434: db_ludate date; -- entity update date in db
435: begin
436: -- translate values to IDs
437: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
438: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
439: l_upload_param_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_upload_param_list_asn);
440:
441: -- Translate owner to file_last_updated_by
442: f_luby := fnd_load_util.owner_id(x_owner);

Line 439: l_upload_param_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_upload_param_list_asn);

435: begin
436: -- translate values to IDs
437: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
438: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
439: l_upload_param_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_upload_param_list_asn);
440:
441: -- Translate owner to file_last_updated_by
442: f_luby := fnd_load_util.owner_id(x_owner);
443: