DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PAY_PAYROLL_ACTIONS

Line 317: pay_payroll_actions ppa

313: where not exists (
314: select null
315: from pay_assignment_actions paa,
316: per_assignments_f ass,
317: pay_payroll_actions ppa
318: where paa.assignment_id = ass.assignment_id
319: and ass.person_id = P_PERSON_ID
320: and ppa.payroll_action_id = paa.payroll_action_id
321: and ppa.action_type <> 'Z');