DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_PERSON_ANALYSES

Line 1019: from per_person_analyses a

1015: into l_delete_permitted
1016: from sys.dual
1017: where not exists (
1018: select null
1019: from per_person_analyses a
1020: where a.person_id = P_PERSON_ID);
1021: --
1022: exception
1023: when NO_DATA_FOUND then

Line 2206: delete from per_person_analyses a

2202: end if;
2203: --
2204: begin
2205: --
2206: delete from per_person_analyses a
2207: where a.person_id = P_PERSON_ID;
2208: --
2209: exception
2210: when NO_DATA_FOUND then