GL_ESSBASE_BALANCES_DELTA
This table contains sets of incremental balances that need to be applied to an Oracle Essbase cube.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
GL_ESSBASE_BALANCES_DELTA_PK |
DELTA_RUN_ID, LEDGER_ID, CODE_COMBINATION_ID, PERIOD_NAME, CURRENCY_CODE, TRANSLATED_FLAG, ACTUAL_FLAG, ENCUMBRANCE_TYPE_ID, FIX_TYPE_CODE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DELTA_RUN_ID | NUMBER | 18 | Yes | Set of incremental balance data that this row belongs to. | |
| LEDGER_ID | NUMBER | 18 | Yes | Ledger of the incremental balance data. | |
| CODE_COMBINATION_ID | NUMBER | 18 | Yes | Account of the incremental balance data. | |
| CURRENCY_CODE | VARCHAR2 | 15 | Yes | Currency of the incremental balance data. | |
| TRANSLATED_FLAG | VARCHAR2 | 1 | Yes | Currency type of the incremental balance data. Valid values are X (functional currency balance), R (foreign currency balance), Y (up-to-date translated balance), and N (out-of-date translated balance). | |
| PERIOD_NAME | VARCHAR2 | 15 | Yes | Period of the incremental balance data. | |
| ACTUAL_FLAG | VARCHAR2 | 1 | Yes | Balance type of the incremental balance data. Valid values are A (actual) and E (encumbrance). | |
| ENCUMBRANCE_TYPE_ID | NUMBER | 18 | Yes | Encumbrance type of the incremental balance data. A value of -99 is used if the balance is an actual balance. | |
| FIX_TYPE_CODE | VARCHAR2 | 30 | Yes | Type of incremental fix to the Oracle Essbase balance. Valid values are ADD and REMOVE. | |
| SEGMENT1 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT2 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT3 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT4 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT5 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT6 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT7 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT8 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT9 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT10 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT11 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT12 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT13 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT14 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT15 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT16 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT17 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT18 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT19 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT20 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT21 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT22 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT23 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT24 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT25 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT26 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT27 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT28 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT29 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT30 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| PERIOD_NET_DR | NUMBER | Incremental debit change in period amount. | |||
| PERIOD_NET_CR | NUMBER | Incremental credit change in period amount. | |||
| PERIOD_NET_DR_BEQ | NUMBER | Incremental debit change in converted period amount. | |||
| PERIOD_NET_CR_BEQ | NUMBER | Incremental credit change in converted period amount. | |||
| BEGIN_BALANCE_DR | NUMBER | Incremental debit change in begin balance. | |||
| BEGIN_BALANCE_CR | NUMBER | Incremental credit change in begin balance. | |||
| BEGIN_BALANCE_DR_BEQ | NUMBER | Incremental debit change in converted begin balance. | |||
| BEGIN_BALANCE_CR_BEQ | NUMBER | Incremental credit change in converted begin balance. | |||
| 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| GL_ESSBASE_BALANCES_DELTA | gl_essbase_balances_tracking | DELTA_RUN_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_ESSBASE_BALANCES_DELTA_U1 | Unique | Default | DELTA_RUN_ID, LEDGER_ID, CODE_COMBINATION_ID, PERIOD_NAME, CURRENCY_CODE, TRANSLATED_FLAG, ACTUAL_FLAG, ENCUMBRANCE_TYPE_ID, FIX_TYPE_CODE |