Utility Account
Entity
Name: Utility Account
Utility Accounts represent the obligation to pay for services rendered to either a person or an organization. Utility accounts are linked to one or more commodity service agreements.
Details
- Industry Domain:
Customer - Relational Table Name:
UTILITY_ACCOUNT - JSON View Name:
UTILITY_ACCOUNT#JSON - Ontology Class:
ewok:UtilityAccount
Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| utility account id | string | VARCHAR2 | UTILITY_ACCOUNT_ID |
Yes | Yes | Must match regex pattern | ewok:UtilityAccount |
| actual start date time | dateTimeStamp | TIMESTAMP | ACTUAL_START_DATE_TIME |
ewok:UtilityAccount | |||
| utility account class | string | VARCHAR2 | UTILITY_ACCOUNT_CLASS |
Must match values in enumerated list from graph | ewok:UtilityAccountClass | ||
| bill cycle | string | VARCHAR2 | BILL_CYCLE |
ewok:UtilityAccount | |||
| division | string | VARCHAR2 | DIVISION |
ewok:UtilityAccount | |||
| person id | string | VARCHAR2 | PERSON_ID |
ewok:Person | |||
| organization id | string | VARCHAR2 | ORGANIZATION_ID |
ewok:Organization |