DBA Data[Home] [Help]

APPS.XTR_FPS2_P dependencies on XTR_FPS2_P

Line 1: PACKAGE BODY XTR_FPS2_P as

1: PACKAGE BODY XTR_FPS2_P as
2: /* $Header: xtrfps2b.pls 120.19 2006/06/23 06:46:16 kbabu ship $ */
3: -------------------------------------------------------------------------------------------
4: -- Procedure to Calculate Currency Cross Rates
5: PROCEDURE CALC_CROSS_RATE(quoted_1st IN varchar2,

Line 1920: XTR_FPS2_P.Get_Settle_Method (null,

1916: LOOP
1917: EXIT when TMM_ROLL%NOTFOUND;
1918: /******** code below added by Ilavenil for witholding tax project *********/
1919: If v_first_time = 'Y' then
1920: XTR_FPS2_P.Get_Settle_Method (null,
1921: v_prncpl_ctype,
1922: v_prncpl_method,
1923: pmt.tax_code,
1924: v_income_ctype,

Line 2004: XTR_FPS2_P.CALC_TMM_TAX (v_prncpl_ctype,

2000: else
2001: v_last_trans := 'N';
2002: end if;
2003:
2004: XTR_FPS2_P.CALC_TMM_TAX (v_prncpl_ctype,
2005: v_prncpl_method,
2006: v_income_ctype,
2007: v_income_method,
2008: pmt.settle_account_no,

Line 2205: XTR_FPS2_P.Get_Settle_Method (null,

2201: EXIT when TMM_ROLL%NOTFOUND;
2202:
2203: /******** code below added by Ilavenil for witholding tax project *********/
2204: If v_first_time = 'Y' then
2205: XTR_FPS2_P.Get_Settle_Method (null,
2206: v_prncpl_ctype,
2207: v_prncpl_method,
2208: pmt.tax_code,
2209: v_income_ctype,

Line 2296: XTR_FPS2_P.CALC_TMM_TAX (v_prncpl_ctype,

2292: else
2293: v_last_trans := 'N';
2294: end if;
2295:
2296: XTR_FPS2_P.CALC_TMM_TAX (v_prncpl_ctype,
2297: v_prncpl_method,
2298: v_income_ctype,
2299: v_income_method,
2300: pmt.settle_account_no,

Line 3101: end XTR_FPS2_P;

3097: where transaction_number=p_exp_number;
3098: END update_tax_exp;
3099:
3100:
3101: end XTR_FPS2_P;