DBA Data[Home] [Help]

APPS.PAY_IE_TAX_VAL dependencies on PAY_IPD_BUS

Line 638: pay_ipd_bus.chk_cert_start_end_dates(

634: hr_utility.set_location('PPS Number..Second check'||l_pps_number_hr,422);
635:
636: -- check if cerificate start date is before or equal to certificate end date
637:
638: pay_ipd_bus.chk_cert_start_end_dates(
639: p_certificate_start_date => r_pay.cert_start_date
640: , p_certificate_end_date => r_pay.cert_end_date
641: );
642: hr_utility.set_location('PPS Number..third check'||l_pps_number_hr,423);

Line 678: /*pay_ipd_bus.chk_tax_basis_amounts(

674: -- tax basis weekly and monthly tax credits ans std rate cut-off amounts must
675: -- be null and for other values of tax basis weekly or monthly amounts
676: -- (depending on payroll frequency) must be not null.
677:
678: /*pay_ipd_bus.chk_tax_basis_amounts(
679: p_effective_date => r_pay.cert_start_date
680: , p_assignment_id => r_pay.assignment_id
681: -- Bug Fix 3500192
682: --, p_tax_basis => 'IE_CUMULATIVE'

Line 690: hr_utility.set_location('pay_ipd_bus.chk_tax_basis_amounts'||l_pps_number_hr,424);

686: , p_monthly_tax_credit => r_pay.mth_tax_credit
687: , p_monthly_std_rate_cut_off => r_pay.mth_rate_cutoff
688: );*/
689:
690: hr_utility.set_location('pay_ipd_bus.chk_tax_basis_amounts'||l_pps_number_hr,424);
691: hr_utility.set_location('Assignment Number..'||r_pay.employee_no_int,104);
692: /* If the validate mode is 'Validate and Rollback' then set the validation input paramter
693: to true else for all modes it is set to false*/
694:

Line 712: pay_ipd_bus.chk_tax_basis_amounts(

708: CLOSE get_paye_details;
709: -- to check if the payroll is attached to the assignment as of certificate
710: -- issue date. This is called irrespective of whether PAYE details exists
711: -- or not.
712: pay_ipd_bus.chk_tax_basis_amounts(
713: p_effective_date => l_effective_date -- Bug 6929566 -- r_pay.cert_date -- 5396580
714: ,p_assignment_id => r_pay.assignment_id
715: -- Bug Fix 3500192
716: -- , p_tax_basis => 'IE_CUMULATIVE'

Line 3766: pay_ipd_bus.chk_cert_start_end_dates(

3762: hr_utility.set_location('PPS Number..Second check'||l_pps_number_hr,422);
3763:
3764: -- check if cerificate start date is before or equal to certificate end date
3765:
3766: pay_ipd_bus.chk_cert_start_end_dates(
3767: p_certificate_start_date => r_pay.cert_start_date
3768: , p_certificate_end_date => r_pay.cert_end_date
3769: );
3770: hr_utility.set_location('PPS Number..third check'||l_pps_number_hr,423);

Line 3795: /*pay_ipd_bus.chk_tax_basis_amounts(

3791: -- tax basis weekly and monthly tax credits ans std rate cut-off amounts must
3792: -- be null and for other values of tax basis weekly or monthly amounts
3793: -- (depending on payroll frequency) must be not null.
3794:
3795: /*pay_ipd_bus.chk_tax_basis_amounts(
3796: p_effective_date => r_pay.cert_start_date
3797: , p_assignment_id => r_pay.assignment_id
3798: -- Bug Fix 3500192
3799: --, p_tax_basis => 'IE_CUMULATIVE'

Line 3807: hr_utility.set_location('pay_ipd_bus.chk_tax_basis_amounts'||l_pps_number_hr,424);

3803: , p_monthly_tax_credit => r_pay.mth_tax_credit
3804: , p_monthly_std_rate_cut_off => r_pay.mth_rate_cutoff
3805: );*/
3806:
3807: hr_utility.set_location('pay_ipd_bus.chk_tax_basis_amounts'||l_pps_number_hr,424);
3808: hr_utility.set_location('Assignment Number..'||r_pay.employee_no_int,104);
3809: /* If the validate mode is 'Validate and Rollback' then set the validation input paramter
3810: to true else for all modes it is set to false*/
3811:

Line 3828: pay_ipd_bus.chk_tax_basis_amounts(

3824: CLOSE get_paye_details;
3825: -- to check if the payroll is attached to the assignment as of certificate
3826: -- issue date. This is called irrespective of whether PAYE details exists
3827: -- or not.
3828: pay_ipd_bus.chk_tax_basis_amounts(
3829: p_effective_date => l_effective_date -- Bug 6929566 -- r_pay.cert_date -- 5396580
3830: ,p_assignment_id => r_pay.assignment_id
3831: -- Bug Fix 3500192
3832: -- , p_tax_basis => 'IE_CUMULATIVE'