DBA Data[Home] [Help]

APPS.FA_INTERCO_PVT dependencies on FA_UTILS_PKG

Line 1138: if not fa_utils_pkg.faxrnd

1134: l_adj.adjustment_amount := l_summary_tbl(l_summary_count).amount - l_total_prorated_amount;
1135: else
1136: l_prorated_amount := l_summary_tbl(l_summary_count).amount * (l_dist_tbl(l_dist_count).units / l_total_units);
1137:
1138: if not fa_utils_pkg.faxrnd
1139: (x_amount => l_prorated_amount,
1140: x_book => p_src_asset_hdr_rec.book_type_code
1141: ,p_log_level_rec => p_log_level_rec) then raise interco_err;
1142: end if;