DBA Data[Home] [Help]

APPS.IGS_PE_ALT_PERS_ID_PKG dependencies on IGS_PE_PERSON_PKG

Line 421: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

417: IF (((old_references.pe_person_id = new_references.pe_person_id)) OR
418: ((new_references.pe_person_id IS NULL))) THEN
419: NULL;
420: ELSE
421: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
422: new_references.pe_person_id ) THEN
423: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
424: IGS_GE_MSG_STACK.ADD;
425: App_Exception.Raise_Exception;