DBA Data[Home] [Help]

APPS.FA_FLAT_RATES_PKG dependencies on FND_LOAD_UTIL

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

458: row_id varchar2(64);
459:
460: begin
461:
462: user_id := fnd_load_util.owner_id (X_Owner);
463:
464: select count(*)
465: into h_record_exists
466: from fa_flat_rates fr

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

468: and fr.basic_rate = X_Basic_Rate
469: and fr.adjusted_rate = X_Adjusted_Rate;
470:
471: if (h_record_exists > 0) then
472: if (fnd_load_util.upload_test(user_id, x_last_update_date,
473: x_db_last_updated_by,x_db_last_update_date,
474: X_CUSTOM_MODE )) then
475:
476: fa_flat_rates_pkg.update_row (