DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_SWI dependencies on PER_PEOPLE_F

Line 75: from per_people_f

71: AND trunc(p_effective_date)+1 between asg.effective_start_date and asg.effective_end_date;
72:
73: Cursor csr_ovn_person is
74: Select object_version_number
75: from per_people_f
76: where person_id = l_person_id
77: and l_effective_date between
78: effective_start_date and effective_end_date;
79: