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

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 Yes 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 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.
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 Yes Who column: indicates the date and time of the creation of 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.
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

Foreign Keys

Table Foreign Table Foreign Key Column
GL_LEDGER_CONFIG_DETAILS gl_ledger_configurations CONFIGURATION_ID

Indexes

Index Uniqueness Tablespace Columns
GL_LEDGER_CONFIG_DETAILS_N1 Non Unique Default OBJECT_TYPE_CODE, OBJECT_ID
GL_LEDGER_CONFIG_DETAILS_U1 Unique Default CONFIGURATION_ID, OBJECT_ID, OBJECT_TYPE_CODE, SETUP_STEP_CODE