DBA Data[Home] [Help]

APPS.IGS_AD_AUS_SEC_EDU_PKG dependencies on IGS_PE_PERSON_PKG

Line 261: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

257: IF (((old_references.person_id = new_references.person_id)) OR
258: ((new_references.person_id IS NULL))) THEN
259: NULL;
260: ELSE
261: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
262: new_references.person_id
263: ) THEN
264: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
265: IGS_GE_MSG_STACK.ADD;