DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_ARCHIVE dependencies on PER_PERIODS_OF_SERVICE

Line 3684: from per_periods_of_service

3680: select max(date_start)
3681: ,max(actual_termination_date)
3682: into l_hire_date
3683: ,l_termination_date
3684: from per_periods_of_service
3685: where person_id = l_person_id;
3686:
3687: exception
3688: when no_data_found then