GL_TRANSLATION_TRACKING

GL_TRANSLATION_TRACKING contains information about foreign currency translation history. Each row stores the range of periods for which translation has been performed for each balancing segment value in each ledger. The EARLIEST_EVER columns store the earliest accounting period that has ever been translated for a given balancing segment value in a given ledger. The EARLIEST_NEVER columns store the earliest accounting period (following the EARLIEST_EVER period) that has never been translated for a given balancing segment value in a given ledger.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

GL_TRANSLATION_TRACKING_PK

LEDGER_ID, BAL_SEG_VALUE, TARGET_CURRENCY, AVERAGE_TRANSLATION_FLAG, ACTUAL_FLAG

Columns

Name Datatype Length Precision Not-null Comments
BAL_SEG_VALUE VARCHAR2 25 Yes Segment value whose balances are translated.
LEDGER_ID NUMBER Yes Accounting books defining column.
TARGET_CURRENCY VARCHAR2 15 Yes Target currency that translates the balances.
EARLIEST_EVER_PERIOD_NAME VARCHAR2 15 Yes Name of the earliest ever translated period.
EARLIEST_EVER_PERIOD_NUM NUMBER Yes Number of the earliest ever translated period.
EARLIEST_EVER_PERIOD_YEAR NUMBER Yes Year of the earliest ever translated period.
EARLIEST_NEVER_PERIOD_NAME VARCHAR2 15 Yes Name of the earliest never translated period.
EARLIEST_NEVER_PERIOD_NUM NUMBER Yes Number of the earliest never translated period.
EARLIEST_NEVER_PERIOD_YEAR NUMBER Yes Year of the earliest never translated period.
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.
TARGET_BUDGET_VERSION_ID NUMBER 18 Target budget version defining column.
ACTUAL_FLAG VARCHAR2 1 Yes Transaction balance type (Actual or Budget).
AVERAGE_TRANSLATION_FLAG VARCHAR2 1 Yes Translate average balances flag.
FIRST_OUTDATED_PERIOD_NAME VARCHAR2 15 Name of earliest period with obsolete translation records.
FIRST_OUTDATED_EFF_PERIOD_NUM NUMBER Number of earliest period with obsolete translation records.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
GL_TRANSLATION_TRACKING gl_ledgers LEDGER_ID

Indexes

Index Uniqueness Tablespace Columns
GL_TRANSLATION_TRACKING_U1 Unique Default LEDGER_ID, BAL_SEG_VALUE, TARGET_CURRENCY, AVERAGE_TRANSLATION_FLAG, ACTUAL_FLAG