DBA Data[Home] [Help]

APPS.IGS_PE_MIL_SERVICES_PKG dependencies on IGS_PE_PERSON_PKG

Line 281: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

277:
278: IF (((old_references.person_id = new_references.person_id)) OR
279: ((new_references.person_id IS NULL))) THEN
280: NULL;
281: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
282: new_references.person_id
283: ) THEN
284: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
285: IGS_GE_MSG_STACK.ADD;