DBA Data[Home] [Help]

APPS.BNE_DUP_INTERFACE_COLS_PKG dependencies on BNE_LCT_TOOLS_PKG

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

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

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

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