DBA Data[Home] [Help]

APPS.FA_RATES_PKG dependencies on FND_LOAD_UTIL

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

178: row_id varchar2(64);
179:
180: begin
181:
182: user_id := fnd_load_util.owner_id (X_Owner);
183:
184: select count(*)
185: into h_record_exists
186: from fa_rates

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

189: and period_placed_in_service = X_Period_Placed_In_Service;
190:
191: if (h_record_exists > 0) then
192:
193: if (fnd_load_util.upload_test(user_id, x_last_update_date,
194: x_db_last_updated_by, x_db_last_update_date,
195: X_CUSTOM_MODE)) then
196:
197: fa_rates_pkg.update_row (