DBA Data[Home] [Help]

APPS.FA_FORMULAS_PKG dependencies on FND_LOAD_UTIL

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

261: row_id varchar2(64);
262:
263: begin
264:
265: user_id := fnd_load_util.owner_id (X_Owner);
266:
267: select count(*)
268: into h_record_exists
269: from fa_formulas

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

269: from fa_formulas
270: where method_id = X_Method_ID;
271:
272: if (h_record_exists > 0) then
273: if (fnd_load_util.upload_test(user_id, x_last_update_date,
274: x_db_last_updated_by,x_db_last_update_date,
275: X_CUSTOM_MODE)) then
276:
277: fa_formulas_pkg.update_row (