Party
Entity
Name: Party
A party represents an organization, person, or entity involved in a legal contract.
Details
- Industry Domain:
Customer
- Relational Table Name:
PARTY
- JSON View Name:
PARTY#JSON
- Ontology Class:
core:Party
Properties
Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
---|---|---|---|---|---|---|---|
party id | string | VARCHAR2 | PARTY_ID |
Yes | Yes | Must match regex pattern | core:Party |
party name | string | VARCHAR2 | PARTY_NAME |
core:Party | |||
party type | string | VARCHAR2 | PARTY_TYPE |
Must match values in enumerated list from graph | core:PartyType | ||
person id | string | VARCHAR2 | PERSON_ID |
ewok:Person | |||
organization id | string | VARCHAR2 | ORGANIZATION_ID |
ewok:Organization |