DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PER_PERIODS_OF_SERVICE

Line 3773: from per_periods_of_service

3769: select max(date_start)
3770: ,max(actual_termination_date)
3771: into l_hire_date
3772: ,l_termination_date
3773: from per_periods_of_service
3774: where person_id = l_person_id;
3775:
3776: exception
3777: when no_data_found then