XLA_AE_SEGMENT_VALUES

This table contains information about the balancing or management segment values associated with the journal entry.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XLA_AE_SEGMENT_VALUES_PK

AE_HEADER_ID, SEGMENT_TYPE_CODE, SEGMENT_VALUE

Columns

Name Datatype Length Precision Not-null Comments
AE_HEADER_ID NUMBER 18 Yes Subledger journal entry header identifier.
SEGMENT_TYPE_CODE VARCHAR2 1 Yes Indicates the segment type. The segment type can have values B or M. B indicates Balancing Segment, M indicates Management Segment.
SEGMENT_VALUE VARCHAR2 30 Yes Indicates the value of the balancing or the management segment.
AE_LINES_COUNT NUMBER 38 Indicates the number of journal lines associated with the segment value.
UPG_BATCH_ID NUMBER 18 Unique identifier of upgrade batch.
PERIOD_NAME VARCHAR2 15 Period that contains the accounting entry.
APPLICATION_ID NUMBER 18 Unique identifier of the accounting entry application.
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.
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_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.
PARTITION_GROUP_CODE VARCHAR2 15 Partition grouping information, when combined with the period, determines the database partition in which this journal will be stored.

Indexes

Index Uniqueness Tablespace Columns
XLA_AE_SEGMENT_VALUES_U1 Unique Default AE_HEADER_ID, SEGMENT_TYPE_CODE, SEGMENT_VALUE