DBA Data[Home] [Help]

APPS.PAYUSUNB_PKG dependencies on PAY_US_TAX_BALS_PKG

Line 713: L_rval := pay_us_tax_bals_pkg.us_tax_balance

709: L_rval NUMBER := 0;
710:
711: BEGIN
712:
713: L_rval := pay_us_tax_bals_pkg.us_tax_balance
714: (IN_balance_type,
715: IN_tax_type,
716: IN_ee_or_er,
717: IN_dimension,

Line 2993: L_sui_ee_bal_first := pay_us_tax_bals_pkg.us_tax_balance

2989: L_first_half_date+1, L_as_of_date, 'SUI', 'EE','LAST');
2990:
2991: -- get ee balance for first 6 months
2992: BEGIN
2993: L_sui_ee_bal_first := pay_us_tax_bals_pkg.us_tax_balance
2994: ('TAXABLE',
2995: 'SUI',
2996: 'EE',
2997: 'YTD',

Line 3066: L_sui_er_bal_first := pay_us_tax_bals_pkg.us_tax_balance

3062: END IF;
3063:
3064: -- get er balance for first 6 months
3065: BEGIN
3066: L_sui_er_bal_first := pay_us_tax_bals_pkg.us_tax_balance
3067: ('TAXABLE',
3068: 'SUI',
3069: 'ER',
3070: 'YTD',