XLE_ASSOCIATION_TYPES
XLE_ASSOCIATION_TYPES contains the different association types that will be used in legal associations.
Details
-
Schema: FUSION
-
Object owner: XLE
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
XLE_ASSOCIATION_TYPES_PK |
ASSOCIATION_TYPE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ASSOCIATION_TYPE_ID | NUMBER | 18 | Yes | Unique identifier of the association type. | |
| CONTEXT | VARCHAR2 | 80 | Yes | Context in which the association type is used. | |
| SUBJECT_TYPE_ID | NUMBER | 18 | Yes | Subject type identifier. Foreign Key to XLE_ASSOC_OBJECT_TYPES table. | |
| OBJECT_TYPE_ID | NUMBER | 18 | Yes | Object type identifier. Foreign key to the XLE_ASSOC_OBJECT_TYPES table. | |
| CARDINALITY | VARCHAR2 | 2 | Defines the cardinality of the association. The direction of the cardinality is subject to object. | ||
| EFFECTIVE_FROM | DATE | Yes | Date from which the association type is effective. | ||
| EFFECTIVE_TO | DATE | Date after which the association type is ended. | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| ENTERPRISE_ID | NUMBER | 18 | Enterprise or business group identifier. | ||
| SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
| ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
| ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| XLE_ASSOCIATION_TYPES | xle_assoc_object_types | OBJECT_TYPE_ID |
| xle_associations | xle_association_types | ASSOCIATION_TYPE_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| XLE_ASSOCIATION_TYPES_U1 | Unique | ASSOCIATION_TYPE_ID, ORA_SEED_SET1 |
| XLE_ASSOCIATION_TYPES_U11 | Unique | ASSOCIATION_TYPE_ID, ORA_SEED_SET2 |
| XLE_ASSOCIATION_TYPES_U2 | Unique | CONTEXT, SUBJECT_TYPE_ID, OBJECT_TYPE_ID, EFFECTIVE_FROM, ORA_SEED_SET1 |
| XLE_ASSOCIATION_TYPES_U21 | Unique | CONTEXT, SUBJECT_TYPE_ID, OBJECT_TYPE_ID, EFFECTIVE_FROM, ORA_SEED_SET2 |