XLE_ASSOCIATIONS_

XLE_ASSOCIATIONS contains the legal associations.

Details

  • Schema: FUSION

  • Object owner: XLE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

XLE_ASSOCIATIONS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, ASSOCIATION_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSOCIATION_ID NUMBER 18 Yes Unique identifier of the association.
ASSOCIATION_TYPE_ID NUMBER 18 Association Type Identifier. Foreign key to XLE_ASSOCIATION_TYPES table.
SUBJECT_ID NUMBER 18 Identifier of the subject of the legal association.
SUBJECT_PARENT_ID NUMBER 18 Parent identifier of the Subject identifier. Stores the legal entity identifier if the subject type is an establishment.
OBJECT_ID NUMBER 18 Identifier of the object of the legal association. Foreign key to the base table where instances of the subjects are stored.
EFFECTIVE_FROM DATE Date from which the association is effective
EFFECTIVE_TO DATE Date after which the association is ended
OBJECT_VERSION_NUMBER NUMBER 9 Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
ASSOC_INFORMATION_CONTEXT VARCHAR2 30 Descriptive Flexfield: structure definition.
ASSOC_INFORMATION1 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 1.
ASSOC_INFORMATION2 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 2.
ASSOC_INFORMATION3 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 3.
ASSOC_INFORMATION4 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 4.
ASSOC_INFORMATION5 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 5.
ASSOC_INFORMATION6 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 6.
ASSOC_INFORMATION7 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 7.
ASSOC_INFORMATION8 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 8.
ASSOC_INFORMATION9 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 9.
ASSOC_INFORMATION10 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 10.
ASSOC_INFORMATION11 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 11.
ASSOC_INFORMATION12 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 12.
ASSOC_INFORMATION13 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 13.
ASSOC_INFORMATION14 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 14.
ASSOC_INFORMATION15 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 15.
ASSOC_INFORMATION16 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 16.
ASSOC_INFORMATION17 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 17.
ASSOC_INFORMATION18 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 18.
ASSOC_INFORMATION19 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 19.
ASSOC_INFORMATION20 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 20.
ENTERPRISE_ID NUMBER 18 Enterprise or business group identifier.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
XLE_ASSOCIATIONS_N1_ Non Unique Default ASSOCIATION_ID
XLE_ASSOCIATIONS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, ASSOCIATION_ID