GL_LEDGER_CONFIG_DETAILS_

GL_LEDGER_CONFIG_DETAILS stores information about a primary ledger, its related secondary ledgers and legal entities, and the state of each of their setup steps. The object type specifies the type of object stored in this row: primary ledger, secondary ledger, or legal entity. The object id and object name give the defining column and name of the object. Valid steps for objects include setup of ledgers, definition of reporting currencies, assignment of balancing segment values, mapping of primary ledger to secondary ledger, definition of operating units, definition of accounting sequences, definition of intercompany options, definition of intracompany options, and setup of subledger accounting.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

GL_LEDGER_CONFIG_DETAILS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, CONFIGURATION_ID, OBJECT_ID, OBJECT_TYPE_CODE, SETUP_STEP_CODE

Columns

Name Datatype Length Precision Not-null Comments
CONFIGURATION_ID NUMBER 18 Yes Accounting setup defining column.
OBJECT_TYPE_CODE VARCHAR2 30 Yes Object type of the configuration setup step.
OBJECT_ID NUMBER 18 Yes Object identifier of the configuration setup step.
OBJECT_NAME VARCHAR2 240 Object name of the configuration setup step.
SETUP_STEP_CODE VARCHAR2 30 Yes Configuration setup step identifier.
NEXT_ACTION_CODE VARCHAR2 30 Corresponds to next setup step in the configuration.
STATUS_CODE VARCHAR2 30 Configuration setup step status code.
CREATED_BY VARCHAR2 64 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.
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.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of 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.
TIME_ZONE_DEFAULT_LE_FLAG VARCHAR2 1 Time zone default legal entity flag
TAX_DEFAULT_LE_FLAG VARCHAR2 1 Default legal entity for tax setup
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
GL_LEDGER_CONFIG_DETAILS_N1_ Non Unique Default CONFIGURATION_ID, OBJECT_ID, OBJECT_TYPE_CODE, SETUP_STEP_CODE
GL_LEDGER_CONFIG_DETAILS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, CONFIGURATION_ID, OBJECT_ID, OBJECT_TYPE_CODE, SETUP_STEP_CODE