DBA Data[Home] [Help]

APPS.BNE_DUP_INTERFACE_PROFILES_PKG dependencies on FND_LOAD_UTIL

Line 193: f_luby := fnd_load_util.owner_id(x_owner);

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:
195: -- Translate char last_update_date to date
196: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
197: begin

Line 208: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

204: and DUP_PROFILE_CODE = x_dup_profile_code
205: ;
206:
207: -- Test for customization and version
208: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
209: db_ludate, x_custom_mode)) then
210: -- Update existing row
211: BNE_DUP_INTERFACE_PROFILES_PKG.Update_Row(
212: X_INTERFACE_APP_ID => l_interface_app_id,