DBA Data[Home] [Help]

APPS.BNE_DUP_INTERFACE_PROFILES_PKG dependencies on BNE_LCT_TOOLS_PKG

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

185: db_luby number; -- entity owner in db
186: db_ludate date; -- entity update date in db
187: begin
188: -- translate values to IDs
189: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
190: l_dup_profile_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_dup_profile_asn);
191:
192: -- Translate owner to file_last_updated_by
193: f_luby := fnd_load_util.owner_id(x_owner);

Line 190: l_dup_profile_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_dup_profile_asn);

186: db_ludate date; -- entity update date in db
187: begin
188: -- translate values to IDs
189: l_interface_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
190: l_dup_profile_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_dup_profile_asn);
191:
192: -- Translate owner to file_last_updated_by
193: f_luby := fnd_load_util.owner_id(x_owner);
194: