DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PAY_PAYROLL_ACTIONS

Line 318: pay_payroll_actions ppa

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