DBA Data[Home] [Help]

APPS.BNE_DUPLICATE_PROFILES_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 306: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_dup_profile_asn);

302: db_luby number; -- entity owner in db
303: db_ludate date; -- entity update date in db
304: begin
305: -- translate values to IDs
306: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_dup_profile_asn);
307:
308: -- Translate owner to file_last_updated_by
309: f_luby := fnd_load_util.owner_id(x_owner);
310:

Line 376: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_dup_profile_asn);

372: db_luby number; -- entity owner in db
373: db_ludate date; -- entity update date in db
374: begin
375: -- translate values to IDs
376: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_dup_profile_asn);
377: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
378:
379: -- Translate owner to file_last_updated_by
380: f_luby := fnd_load_util.owner_id(x_owner);

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

373: db_ludate date; -- entity update date in db
374: begin
375: -- translate values to IDs
376: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_dup_profile_asn);
377: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
378:
379: -- Translate owner to file_last_updated_by
380: f_luby := fnd_load_util.owner_id(x_owner);
381: