Gas Service Contract
Entity
Name: Gas Service Contract
A commodity service contract specific to the provision of gas to a gas service point.
Details
- Industry Domain:
Customer
- Relational Table Name:
GAS_SERVICE_CONTRACT
- JSON View Name:
GAS_SERVICE_CONTRACT#JSON
- Ontology Class:
ewok:GasServiceContract
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:GasServiceContract |
utility account id | string | VARCHAR2 | UTILITY_ACCOUNT_ID |
Yes | ewok:UtilityAccount | ||
start date time | dateTimeStamp | TIMESTAMP | START_DATE_TIME |
ewok:GasServiceContract | |||
end date time | dateTimeStamp | TIMESTAMP | END_DATE_TIME |
ewok:GasServiceContract | |||
utility division | string | VARCHAR2 | UTILITY_DIVISION |
ewok:GasServiceContract | |||
utility rate code | string | VARCHAR2 | UTILITY_RATE_CODE |
ewok:UtilityRate |