DBA Data[Home] [Help]

APPS.IGS_AD_ADM_UT_STA_GD_PKG dependencies on IGS_AD_ADM_UNIT_STAT_PKG

Line 101: IF NOT IGS_AD_ADM_UNIT_STAT_PKG.Get_PK_For_Validation (new_references.administrative_unit_status,'N') THEN

97: IF (((old_references.administrative_unit_status = new_references.administrative_unit_status)) OR
98: ((new_references.administrative_unit_status IS NULL))) THEN
99: NULL;
100: ELSE
101: IF NOT IGS_AD_ADM_UNIT_STAT_PKG.Get_PK_For_Validation (new_references.administrative_unit_status,'N') THEN
102: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
103: IGS_GE_MSG_STACK.ADD;
104: App_Exception.Raise_Exception;
105: END IF;