DBA Data[Home] [Help]

APPS.XTR_FPS1_P dependencies on XTR_FPS2_P

Line 615: l_prin_tax_out := XTR_FPS2_P.interest_round(l_prin_tax_out,

611: open GET_ROUNDING_RULES(l_prin_tax_ref);
612: fetch GET_ROUNDING_RULES into l_rounding_rule, l_rounding_precision;
613: close GET_ROUNDING_RULES;
614: l_rounding_factor := GET_TAX_ROUND_FACTOR(l_rounding_precision, l_ccy);
615: l_prin_tax_out := XTR_FPS2_P.interest_round(l_prin_tax_out,
616: l_rounding_factor,
617: l_rounding_rule);
618:
619: -- round income tax

Line 624: l_income_tax_out := XTR_FPS2_P.interest_round(l_income_tax_out,

620: open GET_ROUNDING_RULES(l_income_tax_ref);
621: fetch GET_ROUNDING_RULES into l_rounding_rule, l_rounding_precision;
622: close GET_ROUNDING_RULES;
623: l_rounding_factor := GET_TAX_ROUND_FACTOR(l_rounding_precision, l_ccy);
624: l_income_tax_out := XTR_FPS2_P.interest_round(l_income_tax_out,
625: l_rounding_factor,
626: l_rounding_rule);
627: else
628: --round enough (12 decimals) so that it does not cause FRM-40831 since