DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on HR_SOFT_CODING_KEYFLEX

Line 866: from hr_soft_coding_keyflex hsc,

862: and l_effective_date
863: between asg.effective_start_date and asg.effective_end_date))
864: and (( p_legal_entity_id is null )
865: or exists (select null
866: from hr_soft_coding_keyflex hsc,
867: per_all_assignments_f asg
868: where asg.person_id = pil.person_id
869: and asg.assignment_type <> 'C'
870: and asg.primary_flag = 'Y'