XLA_MERGE_SEG_MAPS
This table contains the segment mapping for third party merge.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
XLA_MERGE_SEG_MAPS_PK |
EVENT_ID, APPLICATION_ID, LEDGER_ID, SEGMENT_CODE, FROM_VALUE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
APPLICATION_ID | NUMBER | 18 | Yes | Identifier of a functional area within a software suite of products. For example: Financials, or Payroll. | |
EVENT_ID | NUMBER | 18 | Yes | Identifier of the third party merge event. | |
LEDGER_ID | NUMBER | 18 | Yes | Identifier of a self-contained accounting information set for single or multiple legal or management entities. | |
SEGMENT_CODE | VARCHAR2 | 30 | Yes | Segment code name for which the segment mapping happens. | |
FROM_VALUE | VARCHAR2 | 25 | Yes | Original value of the mapping segment code before mapping. | |
TO_VALUE | VARCHAR2 | 25 | Yes | New value of the mapping segment code after mapping. | |
CHART_OF_ACCOUNTS_ID | NUMBER | 18 | Yes | Chart of accounts identifier for which the segment mapping happen. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | 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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_MERGE_SEG_MAPS_U1 | Unique | Default | EVENT_ID, APPLICATION_ID, LEDGER_ID, SEGMENT_CODE, FROM_VALUE |