DBA Data[Home] [Help]

APPS.IGS_FI_FEE_AS_RT_HT_PKG dependencies on IGS_PE_PERSON_PKG

Line 176: ELSIF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation ( new_references.person_id ) THEN

172:
173: IF (((old_references.person_id = new_references.person_id)) OR
174: ((new_references.person_id IS NULL))) THEN
175: NULL;
176: ELSIF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation ( new_references.person_id ) THEN
177: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
178: IGS_GE_MSG_STACK.ADD;
179: App_Exception.Raise_Exception;
180: END IF;