DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on PAY_PAYROLLS_F

Line 878: from pay_payrolls_f pay,

874: and asg.soft_coding_keyflex_id = hsc.soft_coding_keyflex_id
875: and hsc.segment1 = to_char(p_legal_entity_id)))
876: and (( p_payroll_id is null)
877: or exists (select null
878: from pay_payrolls_f pay,
879: per_all_assignments_f asg
880: where asg.person_id = pil.person_id
881: and asg.assignment_type <> 'C'
882: and asg.primary_flag = 'Y'