DBA Data[Home] [Help]

APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_FPS1_P

Line 2216: xtr_fps1_p.CALC_TAX_AMOUNT('NI',

2212: else
2213: v_prn_amt := p_maturity_amt;
2214: end if;
2215: --calculate principal tax
2216: xtr_fps1_p.CALC_TAX_AMOUNT('NI',
2217: p_start_date,
2218: p_prn_tax_code,
2219: null,
2220: p_ccy,

Line 2236: xtr_fps1_p.CALC_TAX_AMOUNT('NI',

2232: end if;
2233: --Interest Tax
2234: if p_int_tax_code is not null then
2235: --calculate interest tax
2236: xtr_fps1_p.CALC_TAX_AMOUNT('NI',
2237: p_start_date,
2238: null,
2239: p_int_tax_code,
2240: p_ccy,

Line 2357: v_rnd_fac := xtr_fps1_p.get_tax_round_factor

2353: open get_rounding_rules(p_tax_code);
2354: fetch get_rounding_rules into
2355: v_rounding_rule,v_rounding_precision;
2356: close get_rounding_rules;
2357: v_rnd_fac := xtr_fps1_p.get_tax_round_factor
2358: (v_rounding_precision,p_ccy);
2359: v_number := xtr_fps2_p.interest_round(p_number,v_RND_FAC,
2360: v_rounding_rule);
2361: return v_number;

Line 2600: XTR_FPS1_P.CALC_TAX_BROKERAGE(G_Ni_Main_Rec.DEAL_TYPE,

2596: l_amount := G_Ni_Main_Rec.MATURITY_AMOUNT;
2597: else
2598: l_amount := G_Ni_Main_Rec.INTEREST_AMOUNT;
2599: end if;
2600: XTR_FPS1_P.CALC_TAX_BROKERAGE(G_Ni_Main_Rec.DEAL_TYPE,
2601: G_Ni_Main_Rec.DEAL_DATE,
2602: null,
2603: G_Ni_Main_Rec.BROKERAGE_CODE,
2604: G_Ni_Main_Rec.CURRENCY,