DBA Data[Home] [Help]

APPS.PAY_IE_TAX_VAL dependencies on PAY_IPD_BUS

Line 798: pay_ipd_bus.chk_cert_start_end_dates(

794: hr_utility.set_location('PPS Number..Second check'||l_pps_number_hr,422);
795:
796: -- check if cerificate start date is before or equal to certificate end date
797:
798: pay_ipd_bus.chk_cert_start_end_dates(
799: p_certificate_start_date => r_pay.cert_start_date
800: , p_certificate_end_date => r_pay.cert_end_date
801: );
802: hr_utility.set_location('PPS Number..third check'||l_pps_number_hr,423);

Line 827: /*pay_ipd_bus.chk_tax_basis_amounts(

823: -- tax basis weekly and monthly tax credits ans std rate cut-off amounts must
824: -- be null and for other values of tax basis weekly or monthly amounts
825: -- (depending on payroll frequency) must be not null.
826:
827: /*pay_ipd_bus.chk_tax_basis_amounts(
828: p_effective_date => r_pay.cert_start_date
829: , p_assignment_id => r_pay.assignment_id
830: -- Bug Fix 3500192
831: --, p_tax_basis => 'IE_CUMULATIVE'

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

835: , p_monthly_tax_credit => r_pay.mth_tax_credit
836: , p_monthly_std_rate_cut_off => r_pay.mth_rate_cutoff
837: );*/
838:
839: hr_utility.set_location('pay_ipd_bus.chk_tax_basis_amounts'||l_pps_number_hr,424);
840: hr_utility.set_location('Assignment Number..'||r_pay.employee_no_int,104);
841: /* If the validate mode is 'Validate and Rollback' then set the validation input paramter
842: to true else for all modes it is set to false*/
843:

Line 860: pay_ipd_bus.chk_tax_basis_amounts(

856: CLOSE get_paye_details;
857: -- to check if the payroll is attached to the assignment as of certificate
858: -- issue date. This is called irrespective of whether PAYE details exists
859: -- or not.
860: pay_ipd_bus.chk_tax_basis_amounts(
861: p_effective_date => l_effective_date -- Bug 6929566 -- r_pay.cert_date -- 5396580
862: ,p_assignment_id => r_pay.assignment_id
863: -- Bug Fix 3500192
864: -- , p_tax_basis => 'IE_CUMULATIVE'