DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PER_PERSON_TYPES

Line 1259: per_person_types ppt

1255: -- VT 1403481 09/19/00
1256: select count(*)
1257: into v_person_types
1258: from per_people_f p,
1259: per_person_types ppt
1260: where p.person_id = P_PERSON_ID
1261: and p.effective_end_date >= P_SESSION_DATE
1262: and p.person_type_id = ppt.person_type_id
1263: and exists

Line 1266: per_person_types ppt2

1262: and p.person_type_id = ppt.person_type_id
1263: and exists
1264: (select null
1265: from per_people_f p2,
1266: per_person_types ppt2
1267: where p2.person_id = p.person_id
1268: and p2.effective_end_date >= P_SESSION_DATE
1269: and p2.person_type_id = ppt2.person_type_id
1270: and ppt2.system_person_type <> ppt.system_person_type