DBA Data[Home] [Help]

APPS.PAY_IN_PAYSLIP_ARCHIVE dependencies on PAY_IN_PROF_TAX_PKG

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

3401:
3402: -- Cursor to find PT Organization State
3403: CURSOR c_pt_state(p_assignment_action_id NUMBER)
3404: IS
3405: SELECT DISTINCT pay_in_prof_tax_pkg.get_state(hoi.organization_id) jurisdiction_code
3406: FROM hr_organization_units hoi
3407: ,hr_soft_coding_keyflex scf
3408: ,per_assignments_f asg
3409: ,pay_assignment_actions paa

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

3434: AND hoi.organization_id = scf.segment3
3435: AND (TO_CHAR(asg.effective_start_date, 'Month-YYYY') = TO_CHAR(p_payroll_date, 'Month-YYYY')
3436: OR TO_CHAR(asg.effective_end_date, 'Month-YYYY') = TO_CHAR(p_payroll_date, 'Month-YYYY')
3437: OR p_payroll_date BETWEEN asg.effective_start_date AND asg.effective_end_date)
3438: AND pay_in_prof_tax_pkg.get_state(hoi.organization_id) = p_jur_code
3439: ORDER BY asg.effective_end_date DESC;/*)
3440: WHERE ROWNUM = 1;*/
3441:
3442: -- Cursor to find full name, Person Id