DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on PAY_PAYROLLS_F

Line 864: from pay_payrolls_f pay,

860: and asg.soft_coding_keyflex_id = hsc.soft_coding_keyflex_id
861: and hsc.segment1 = to_char(p_legal_entity_id)))
862: and (( p_payroll_id is null)
863: or exists (select null
864: from pay_payrolls_f pay,
865: per_all_assignments_f asg
866: where asg.person_id = pil.person_id
867: and asg.assignment_type <> 'C'
868: and asg.primary_flag = 'Y'