DBA Data[Home] [Help]

APPS.FA_TRANSFER_XIT_PKG dependencies on FA_ADJUSTMENTS

Line 341: -- FA_ADJUSTMENTS rows to the database

337: end if;
338: end if;
339:
340: -- move the reval_reserve, set flush = TRUE to insert all the
341: -- FA_ADJUSTMENTS rows to the database
342:
343: if (nvl(h_dpr.reval_rsv,0) <> 0) then
344: h_adj.flush_adj_flag := TRUE;
345: if (NOT fadotfr(X_adj_ptr => h_adj,

Line 818: -- individual fa_adjustments rows. other values already set in fautfr.

814: X_adj.code_combination_id := h_ccid;
815: X_adj.distribution_id := h_dist_id;
816:
817: -- call the insert into fa_adjusments funtion in SINGLE mode to insert the
818: -- individual fa_adjustments rows. other values already set in fautfr.
819:
820: X_adj.selection_mode := fa_adjust_type_pkg.FA_AJ_TRANSFER_SINGLE;
821: X_adj.gen_ccid_flag := TRUE;
822: