DBA Data[Home] [Help]

APPS.HR_GBNIDIR dependencies on PER_PEOPLE_F

Line 1064: from per_people_f p,

1060:
1061: select nvl(min(p.effective_start_date)
1062: ,to_date('31-12-4712','dd-mm-yyyy'))
1063: into l_start_of_director_date
1064: from per_people_f p,
1065: per_assignments_f ASS
1066: where p.per_information2 = 'Y'
1067: and ASS.assignment_id = p_assignment_id
1068: and l_effective_date between