DBA Data[Home] [Help]

APPS.PER_PEOPLE_PKG dependencies on PER_PERIODS_OF_SERVICE

Line 1346: from per_periods_of_service pps

1342: -- get the period_of_service_id
1343: begin
1344: select pps.period_of_service_id
1345: into l_period_of_service_id
1346: from per_periods_of_service pps
1347: where pps.person_id = p_person_id
1348: and pps.date_start = p_s_hire_date;
1349: --
1350: exception