DBA Data[Home] [Help]

APPS.HR_PERSON_API dependencies on PER_PERIODS_OF_PLACEMENT

Line 2880: from per_periods_of_placement ppp

2876: where pps.person_id =p_source_person_id
2877: and sysdate >= nvl(pps.actual_termination_date,sysdate)
2878: union
2879: select 'Previous Person type exists'
2880: from per_periods_of_placement ppp
2881: where ppp.person_id = p_source_person_id
2882: and sysdate >= nvl(ppp.actual_termination_date,sysdate));
2883:
2884: EXCEPTION