DBA Data[Home] [Help]

APPS.IGS_AD_TER_EDU_PKG dependencies on IGS_PE_PERSON_PKG

Line 454: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

450: IF (((old_references.person_id = new_references.person_id)) OR
451: ((new_references.person_id IS NULL))) THEN
452: NULL;
453: ELSE
454: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
455: new_references.person_id
456: ) THEN
457: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
458: IGS_GE_MSG_STACK.ADD;