DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_PERSON_ANALYSES

Line 990: from per_person_analyses a

986: into l_delete_permitted
987: from sys.dual
988: where not exists (
989: select null
990: from per_person_analyses a
991: where a.person_id = P_PERSON_ID);
992: --
993: exception
994: when NO_DATA_FOUND then

Line 2174: delete from per_person_analyses a

2170: end if;
2171: --
2172: begin
2173: --
2174: delete from per_person_analyses a
2175: where a.person_id = P_PERSON_ID;
2176: --
2177: exception
2178: when NO_DATA_FOUND then