DBA Data[Home] [Help]

APPS.XTR_RESET_BOND_RATE dependencies on XTR_FPS2_P

Line 128: XTR_FPS2_P.GET_BENCHMARK_RATE(l_bench_mark,

124: retcode := greatest(retcode,nvl(l_retcode,0));
125:
126: if l_valid_ok then
127:
128: XTR_FPS2_P.GET_BENCHMARK_RATE(l_bench_mark,
129: l_ratefix_date,
130: nvl(p_rateset_adj,0),
131: l_new_rate);
132:

Line 436: xtr_fps2_p.GET_SETTLE_METHOD (null,

432: FETCH GET_HCE INTO V_HCE_AMT;
433: CLOSE GET_HCE;
434: --find out tax settlement method
435: if curr_trans_info.tax_code is not null then
436: xtr_fps2_p.GET_SETTLE_METHOD (null,
437: v_prncpl_ctype,
438: v_prncpl_method,
439: curr_trans_info.tax_code,
440: v_income_ctype,

Line 482: xtr_fps2_p.UPDATE_TAX_EXP (curr_trans_info.tax_settled_reference,

478: if curr_trans_info.tax_settled_reference is not null then
479: v_tax_diff:=curr_trans_info.tax_amount-v_tax_amt;
480: --Only pass the differences to UPDATE_TAX_DDA/EXP function
481: --since tax can be consolidated.
482: xtr_fps2_p.UPDATE_TAX_EXP (curr_trans_info.tax_settled_reference,
483: v_tax_diff);
484: xtr_fps2_p.UPDATE_TAX_DDA (curr_trans_info.tax_settled_reference,
485: v_tax_diff);
486: end if;

Line 484: xtr_fps2_p.UPDATE_TAX_DDA (curr_trans_info.tax_settled_reference,

480: --Only pass the differences to UPDATE_TAX_DDA/EXP function
481: --since tax can be consolidated.
482: xtr_fps2_p.UPDATE_TAX_EXP (curr_trans_info.tax_settled_reference,
483: v_tax_diff);
484: xtr_fps2_p.UPDATE_TAX_DDA (curr_trans_info.tax_settled_reference,
485: v_tax_diff);
486: end if;
487: end if;
488: end if;