DBA Data[Home] [Help]

APPS.BEN_PURGE_BCKDT_VOIDED dependencies on PAY_PAYROLLS_F

Line 354: pay_payrolls_f pay

350: and soft.segment1 = to_char(p_legal_entity_id)))
351: and (p_payroll_id is null
352: or exists (select null
353: from per_all_assignments_f paf,
354: pay_payrolls_f pay
355: where paf.person_id = ppf.person_id
356: and pay.payroll_id = paf.payroll_id
357: and paf.payroll_id = p_payroll_id
358: and paf.assignment_type <> 'C'