DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PAY_PAYROLL_ACTIONS

Line 177: ,pay_payroll_actions ppa

173: where not exists
174: (select null
175: from pay_assignment_actions paa
176: ,per_assignments_f ass
177: ,pay_payroll_actions ppa
178: where paa.assignment_id = ass.assignment_id
179: and ass.person_id = P_PERSON_ID
180: and ppa.payroll_action_id = paa.payroll_action_id
181: and ppa.action_type <> 'Z');