DBA Data[Home] [Help]

APPS.PAY_US_941_REPORT dependencies on PAY_US_TAXBAL_VIEW_PKG

Line 646: pay_us_taxbal_view_pkg.us_gp_multiple_gre_qtd

642: ln_med_er_tax_ovr_lmt := NVL(ln_wage, 0);
643:
644: -- Else use the previous group calls to fetch the balance values
645: ELSE
646: pay_us_taxbal_view_pkg.us_gp_multiple_gre_qtd
647: (p_tax_unit_id => p_tax_unit_id ,
648: p_effective_date => g_c_qtr_end_date,
649: p_balance_name1 => 'Regular Earnings',
650: p_balance_name2 => 'FIT Withheld',

Line 675: pay_us_taxbal_view_pkg.us_gp_multiple_gre_qtd

671: p_value11 => ln_w2_uncoll_ss_gtl,
672: p_value12 => ln_w2_uncoll_ss_tax_tips);
673:
674: /* Added for Bug#16211747 */
675: pay_us_taxbal_view_pkg.us_gp_multiple_gre_qtd
676: (p_tax_unit_id => p_tax_unit_id ,
677: p_effective_date => g_c_qtr_end_date,
678: p_balance_name1 => 'Medicare EE Taxable Over Limit',
679: p_balance_name2 => NULL,

Line 703: pay_us_taxbal_view_pkg.us_gp_subject_to_tax_gre_qtd

699: p_value10 => ln_dummy,
700: p_value11 => ln_dummy,
701: p_value12 => ln_dummy);
702:
703: pay_us_taxbal_view_pkg.us_gp_subject_to_tax_gre_qtd
704: (p_balance_name1 => 'Supplemental Earnings for NWFIT',
705: p_balance_name2 => 'Supplemental Earnings for FIT',
706: p_balance_name3 => 'Pre Tax Deductions for FIT',
707: p_balance_name4 => NULL,

Line 759: pay_us_taxbal_view_pkg.us_gp_multiple_gre_qtd_ss_w11

755: CLOSE c_run_balance_value;
756:
757: ELSE
758:
759: pay_us_taxbal_view_pkg.us_gp_multiple_gre_qtd_ss_w11
760: (p_tax_unit_id => p_tax_unit_id ,
761: p_effective_date => g_c_qtr_end_date,
762: p_balance_name1 => 'SS ER W11 Taxable',
763: p_value1 => ln_ss_er_w11_taxable);