DBA Data[Home] [Help]

APPS.FA_RATES_PKG dependencies on FND_LOAD_UTIL

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

255: row_id varchar2(64);
256:
257: begin
258:
259: user_id := fnd_load_util.owner_id (X_Owner);
260:
261: select count(*)
262: into h_record_exists
263: from fa_rates

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

266: and period_placed_in_service = X_Period_Placed_In_Service;
267:
268: if (h_record_exists > 0) then
269:
270: if (fnd_load_util.upload_test(user_id, x_last_update_date,
271: x_db_last_updated_by, x_db_last_update_date,
272: X_CUSTOM_MODE)) then
273:
274: fa_rates_pkg.update_row (