Share
 
 

Maintenance Feature Class

You can administer maintenance work for all wastewater network features, except the intermediate points. The Maintenance feature class stores information about completed maintenance work. The feature class uses the maintenance type domain table. In the basic wastewater application, this domain table only contains general maintenance types. It can easily be enhanced to meet the requirements of the customized wastewater application.

  • Computation table — WW_MAINTENANCE
  • Feature type — Attribute
Name Data Type Description

FID_FEATURE

Number

The relation with network points and lines.

Related to:

  • WW_ANODE
  • WW_ANODE_TEST_STATION
  • WW_CASING
  • WW_COVER
  • WW_DISCHARGE
  • WW_DISPOSAL_TANK
  • WW_FILTRATION_BED
  • WW_FITTING
  • WW_GREASE_TRAP
  • WW_GRIT_CHAMBER
  • WW_HOUSE_CONNECTOR
  • WW_INTERMEDIATE_POINT
  • WW_LAGOON
  • WW_MANHOLE
  • WW_MARKER
  • WW_METER
  • WW_NEUTRALIZER
  • WW_OIL_WATER_SEP
  • WW_OUTFALL
  • WW_PUMP
  • WW_SECTION
  • WW_SEPTIC_TANK
  • WW_SITE
  • WW_SLUDGE_BED
  • WW_TREATMENT_PLANT
  • WW_VALVE

ID_MAINTENANCE_TYPE

Number

The type of maintenance for this item.

Related to:

  • WW_MAINTENANCE_TYPE_TBD

MAINTENANCE_DATE

Date

The date when the maintenance occurred.

MAINTENANCE_NEXT_DATE

Date

The date when the next maintenance is scheduled.

MAINTENANCE_PERIOD

Number

The maintenance period [day].

NAME_NUMBER

Varchar2

The name or number of this item.

NARRATIVE

Varchar2

A description or other unique information concerning this item.

USER_FLAG

Varchar2

An operator defined work area. This attribute is used by the operator for user defined system processes. It does not effect the subject item's data integrity and should not be used to store the subject item's data.

Was this information helpful?