DBA Data[Home] [Help]

APPS.BNE_MAPPING_LINES_PKG dependencies on BNE_LCT_TOOLS_PKG

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

227: db_luby number; -- entity owner in db
228: db_ludate date; -- entity update date in db
229: begin
230: -- translate values to IDs
231: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);
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

Line 232: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);

228: db_ludate date; -- entity update date in db
229: begin
230: -- translate values to IDs
231: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);
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);

Line 233: l_content_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_content_asn);

229: begin
230: -- translate values to IDs
231: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_mapping_asn);
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: