DBA Data[Home] [Help]

APPS.FA_TRACK_MEMBER_PVT dependencies on FA_UTILS_PKG

Line 3212: if not fa_utils_pkg.faxrnd

3208: x_allocated_bonus_amount := nvl(P_group_bonus_amount,0) * P_allocation_basis / P_total_allocation_basis;
3209: end if;
3210:
3211: -- Rounding
3212: if not fa_utils_pkg.faxrnd
3213: (x_amount => x_allocated_deprn_amount,
3214: x_book => P_book_type_code,
3215: p_log_level_rec => p_log_level_rec) then
3216: raise allocation_main_err;

Line 3218: if not fa_utils_pkg.faxrnd

3214: x_book => P_book_type_code,
3215: p_log_level_rec => p_log_level_rec) then
3216: raise allocation_main_err;
3217: end if;
3218: if not fa_utils_pkg.faxrnd
3219: (x_amount => x_allocated_bonus_amount,
3220: x_book => P_book_type_code,
3221: p_log_level_rec => p_log_level_rec) then
3222: raise allocation_main_err;