DBA Data[Home] [Help]

APPS.IGS_PE_ALT_PERS_ID_PKG dependencies on IGS_PE_PERSON_ID_TYP_PKG

Line 432: IF NOT IGS_PE_PERSON_ID_TYP_PKG.Get_PID_Type_Validation (

428: IF (((old_references.person_id_type = new_references.person_id_type)) OR
429: ((new_references.person_id_type IS NULL))) THEN
430: NULL;
431: ELSE
432: IF NOT IGS_PE_PERSON_ID_TYP_PKG.Get_PID_Type_Validation (
433: new_references.person_id_type) THEN
434: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
435: IGS_GE_MSG_STACK.ADD;
436: App_Exception.Raise_Exception;