DBA Data[Home] [Help]

APPS.IGS_PE_PERS_ENCUMB_PKG dependencies on IGS_FI_ENCMB_TYPE_PKG

Line 486: IF NOT IGS_FI_ENCMB_TYPE_PKG.Get_PK_For_Validation (

482: IF (((old_references.encumbrance_type = new_references.encumbrance_type )) OR
483: ((new_references.encumbrance_type IS NULL))) THEN
484: NULL;
485: ELSE
486: IF NOT IGS_FI_ENCMB_TYPE_PKG.Get_PK_For_Validation (
487: new_references.encumbrance_type ) THEN
488: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
489: IGS_GE_MSG_STACK.ADD;
490: App_Exception.Raise_Exception;