DBA Data[Home] [Help]

APPS.FA_FLAT_RATES_PKG dependencies on FND_LOAD_UTIL

Line 355: user_id := fnd_load_util.owner_id (X_Owner);

351: row_id varchar2(64);
352:
353: begin
354:
355: user_id := fnd_load_util.owner_id (X_Owner);
356:
357: select count(*)
358: into h_record_exists
359: from fa_flat_rates fr

Line 365: if (fnd_load_util.upload_test(user_id, x_last_update_date,

361: and fr.basic_rate = X_Basic_Rate
362: and fr.adjusted_rate = X_Adjusted_Rate;
363:
364: if (h_record_exists > 0) then
365: if (fnd_load_util.upload_test(user_id, x_last_update_date,
366: x_db_last_updated_by,x_db_last_update_date,
367: X_CUSTOM_MODE )) then
368:
369: fa_flat_rates_pkg.update_row (