DBA Data[Home] [Help]

APPS.IGS_AD_OS_SEC_EDU_PKG dependencies on IGS_PE_PERSON_PKG

Line 211: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

207: IF (((old_references.person_id = new_references.person_id)) OR
208: ((new_references.person_id IS NULL))) THEN
209: NULL;
210: ELSE
211: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
212: new_references.person_id
213: ) THEN
214: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
215: IGS_GE_MSG_STACK.ADD;