DBA Data[Home] [Help]

APPS.BNE_MAPPINGS_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 333: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);

329: db_luby number; -- entity owner in db
330: db_ludate date; -- entity update date in db
331: begin
332: -- translate values to IDs
333: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);
334:
335: -- Translate owner to file_last_updated_by
336: f_luby := fnd_load_util.owner_id(x_owner);
337:

Line 408: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);

404: db_luby number; -- entity owner in db
405: db_ludate date; -- entity update date in db
406: begin
407: -- translate values to IDs
408: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);
409: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
410: l_reporting_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_reporting_interface_asn);
411:
412: -- Translate owner to file_last_updated_by

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

405: db_ludate date; -- entity update date in db
406: begin
407: -- translate values to IDs
408: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);
409: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
410: l_reporting_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_reporting_interface_asn);
411:
412: -- Translate owner to file_last_updated_by
413: f_luby := fnd_load_util.owner_id(x_owner);

Line 410: l_reporting_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_reporting_interface_asn);

406: begin
407: -- translate values to IDs
408: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);
409: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
410: l_reporting_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_reporting_interface_asn);
411:
412: -- Translate owner to file_last_updated_by
413: f_luby := fnd_load_util.owner_id(x_owner);
414: