DBA Data[Home] [Help]

APPS.PAY_IN_PAYSLIP_ARCHIVE dependencies on PAY_IN_PROF_TAX_PKG

Line 3625: SELECT DISTINCT pay_in_prof_tax_pkg.get_state(hoi.organization_id) jurisdiction_code

3621:
3622: -- Cursor to find PT Organization State
3623: CURSOR c_pt_state(p_assignment_action_id NUMBER)
3624: IS
3625: SELECT DISTINCT pay_in_prof_tax_pkg.get_state(hoi.organization_id) jurisdiction_code
3626: FROM hr_organization_units hoi
3627: ,hr_soft_coding_keyflex scf
3628: ,per_assignments_f asg
3629: ,pay_assignment_actions paa

Line 3658: AND pay_in_prof_tax_pkg.get_state(hoi.organization_id) = p_jur_code

3654: AND hoi.organization_id = scf.segment3
3655: AND (TO_CHAR(asg.effective_start_date, 'Month-YYYY') = TO_CHAR(p_payroll_date, 'Month-YYYY')
3656: OR TO_CHAR(asg.effective_end_date, 'Month-YYYY') = TO_CHAR(p_payroll_date, 'Month-YYYY')
3657: OR p_payroll_date BETWEEN asg.effective_start_date AND asg.effective_end_date)
3658: AND pay_in_prof_tax_pkg.get_state(hoi.organization_id) = p_jur_code
3659: ORDER BY asg.effective_end_date DESC;/*)
3660: WHERE ROWNUM = 1;*/
3661:
3662: -- Cursor to find full name, Person Id