Water Service Contract
Entity
Name: Water Service Contract
A commodity service contract specific to the provision of water to a water service point.
Details
- Industry Domain:
Customer
- Relational Table Name:
WATER_SERVICE_CONTRACT
- JSON View Name:
WATER_SERVICE_CONTRACT#JSON
- Ontology Class:
ewok:WaterServiceContract
Properties
Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
---|---|---|---|---|---|---|---|
utility service contract id | string | VARCHAR2 | UTILITY_SERVICE_CONTRACT_ID |
Yes | Yes | Must match regex pattern | ewok:WaterServiceContract |
utility account id | string | VARCHAR2 | UTILITY_ACCOUNT_ID |
Yes | ewok:UtilityAccount | ||
start date time | dateTimeStamp | TIMESTAMP | START_DATE_TIME |
ewok:WaterServiceContract | |||
end date time | dateTimeStamp | TIMESTAMP | END_DATE_TIME |
ewok:WaterServiceContract | |||
utility division | string | VARCHAR2 | UTILITY_DIVISION |
ewok:WaterServiceContract | |||
utility rate code | string | VARCHAR2 | UTILITY_RATE_CODE |
ewok:UtilityRate |