XLE_REGISTRATIONS_

XLE_REGISTRATIONS contains the detailed registration information of legal entities and establishments, such as registration number, place of registration, and legal address.

Details

  • Schema: FUSION

  • Object owner: XLE

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

XLE_REGISTRATIONS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, REGISTRATION_ID

Columns

Name Datatype Length Precision Not-null Comments
REGISTRATION_ID NUMBER 18 Yes Unique identifier of the registration.
REGISTERED_NAME VARCHAR2 240 Registration name.
ALTERNATE_REGISTERED_NAME VARCHAR2 240 Registration alternate name.
SOURCE_TABLE VARCHAR2 30 Source table name for the information, either XLE_ENTITY_PROFILES or XLE_ETB_PROFILES.
SOURCE_ID NUMBER 18 Identifier for the registered legal entity or establishment.
JURISDICTION_ID NUMBER 18 Geographic area or areas for which a legal authority is responsible. Foreign key to XLE_JURISDICTIONS_B table.
REGISTRATION_NUMBER VARCHAR2 30 Registration number against a tax regime.
PLACE_OF_REGISTRATION VARCHAR2 30 Registration place of registration.
EFFECTIVE_FROM DATE Date on which a task, event or business process begins. Use for date enabled entities for which histories are not stored.
EFFECTIVE_TO DATE Date that a task, event, or business process ends. Use for date enabled entities that histories are not stored for.
LOCATION_ID NUMBER 18 Location identifier of the registered address.
ISSUING_AUTHORITY_ID NUMBER 18 Issuing legal authority identifier.
ISSUING_AUTHORITY_SITE_ID NUMBER 18 Issuing legal authority site identifier.
IDENTIFYING_FLAG VARCHAR2 1 Yes or No flag for identifying registration.
REG_INFORMATION_CONTEXT VARCHAR2 30 Descriptive Flexfield: financial additional information descriptive flexfield segment context.
REG_INFORMATION1 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 1.
REG_INFORMATION2 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 2.
REG_INFORMATION3 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 3.
REG_INFORMATION4 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 4.
REG_INFORMATION5 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 5.
REG_INFORMATION6 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 6.
REG_INFORMATION7 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 7.
REG_INFORMATION8 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 8.
REG_INFORMATION9 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 9.
REG_INFORMATION10 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 10.
REG_INFORMATION11 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 11.
REG_INFORMATION12 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 12.
REG_INFORMATION13 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 13.
REG_INFORMATION14 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 14.
REG_INFORMATION15 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 15.
REG_INFORMATION16 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 16.
REG_INFORMATION17 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 17.
REG_INFORMATION18 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 18.
REG_INFORMATION19 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 19.
REG_INFORMATION20 VARCHAR2 150 Descriptive Flexfield: financial additional information descriptive flexfield segment 20.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
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_REGISTRATIONS_N1_ Non Unique Default REGISTRATION_ID
XLE_REGISTRATIONS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, REGISTRATION_ID