DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on PAY_PAYROLL_ACTIONS

Line 2816: FROM pay_payroll_actions pac,

2812: select 'Y'
2813: from dual
2814: where exists
2815: (SELECT NULL
2816: FROM pay_payroll_actions pac,
2817: pay_assignment_actions act,
2818: per_assignments_f asg
2819: WHERE asg.person_id = p_person_id
2820: AND act.assignment_id = asg.assignment_id