DBA Data[Home] [Help]

APPS.IGS_PE_HLTH_INS_PKG dependencies on IGS_PE_PERSON_PKG

Line 250: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

246:
247: IF (((old_references.person_id = new_references.person_id)) OR
248: ((new_references.person_id IS NULL))) THEN
249: NULL;
250: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
251: new_references.person_id
252: ) THEN
253: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
254: IGS_GE_MSG_STACK.ADD;