DBA Data[Home] [Help]

APPS.IGS_PE_PERS_NOTE_PKG dependencies on IGS_PE_PERSON_PKG

Line 107: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

103: IF (((old_references.person_id = new_references.person_id)) OR
104: ((new_references.person_id IS NULL))) THEN
105: NULL;
106: ELSE
107: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
108: new_references.person_id ) THEN
109: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
110: IGS_GE_MSG_STACK.ADD;
111: App_Exception.Raise_Exception;