DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_DISC_CRT_PKG dependencies on IGS_AD_ADM_UNIT_STAT_PKG

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

155: IF (((old_references.administrative_unit_status = new_references.administrative_unit_status)) OR
156: ((new_references.administrative_unit_status IS NULL))) THEN
157: NULL;
158: ELSE
159: IF NOT IGS_AD_ADM_UNIT_STAT_PKG.Get_PK_For_Validation (new_references.administrative_unit_status , 'N') THEN
160: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
161: IGS_GE_MSG_STACK.ADD;
162: App_Exception.Raise_Exception;
163: END IF;