DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on PER_PERIODS_OF_SERVICE

Line 5926: per_periods_of_service

5922:
5923:
5924: cursor csr_is_emp is
5925: select 1 from
5926: per_periods_of_service
5927: where person_id in (select person_id from per_all_assignments_f
5928: where assignment_id= p_assignment_id
5929: and p_effective_date between effective_start_date and effective_end_date);
5930: