GL_BALANCES_DELTA_INTERIM
GL_BALANCES_DELTA_INTERIM is used to temporarily store data from the GL_BALANCES_DELTA table. This table is used only when executing the Analyzer - Delete Incremental Balances program in the Defragment mode. The primary key on this table consists of the following columns: delta_run_id, ledger_id, code_combination_id, currency_code, period_name, actual_flag, budget_version_id, encumbrance_type_id and translated_flag
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: NOLOGGING
Primary Key
| Name | Columns |
|---|---|
|
GL_BALANCES_DELTA_INTERIM_PK |
DELTA_RUN_ID, LEDGER_ID, CODE_COMBINATION_ID, CURRENCY_CODE, PERIOD_NAME, ACTUAL_FLAG, BUDGET_VERSION_ID, ENCUMBRANCE_TYPE_ID, TRANSLATED_FLAG |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DELTA_RUN_ID | NUMBER | 18 | Yes | Oracle internal use only. | |
| LEDGER_ID | NUMBER | 18 | Yes | Oracle internal use only. | |
| CODE_COMBINATION_ID | NUMBER | 18 | Yes | Key flexfield combination defining column. | |
| CURRENCY_CODE | VARCHAR2 | 15 | Yes | Oracle internal use only. | |
| PERIOD_NAME | VARCHAR2 | 15 | Yes | Oracle internal use only. | |
| ACTUAL_FLAG | VARCHAR2 | 1 | Yes | Balance type (Actual, Budget, or Encumbrance). | |
| 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. | ||
| 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. | ||
| BUDGET_VERSION_ID | NUMBER | 18 | Yes | Oracle internal use only. | |
| ENCUMBRANCE_TYPE_ID | NUMBER | 18 | Yes | Encumbrance type identifier. | |
| TRANSLATED_FLAG | VARCHAR2 | 1 | Yes | Oracle internal use only. | |
| PERIOD_YEAR | NUMBER | 18 | Oracle internal use only. | ||
| PERIOD_NUM | NUMBER | 18 | Oracle internal use only. | ||
| PERIOD_NET_DR | NUMBER | Oracle internal use only. | |||
| PERIOD_NET_CR | NUMBER | Oracle internal use only. | |||
| QUARTER_TO_DATE_DR | NUMBER | Oracle internal use only. | |||
| QUARTER_TO_DATE_CR | NUMBER | Oracle internal use only. | |||
| PROJECT_TO_DATE_DR | NUMBER | Accumulated project debit balance (life to date balance). | |||
| PROJECT_TO_DATE_CR | NUMBER | Accumulated project credit balance. | |||
| BEGIN_BALANCE_DR | NUMBER | Oracle internal use only. | |||
| BEGIN_BALANCE_CR | NUMBER | Oracle internal use only. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| GL_BALANCES_DELTA_INTERIM | gl_ledgers | LEDGER_ID |
| GL_BALANCES_DELTA_INTERIM | gl_code_combinations | CODE_COMBINATION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_BALANCES_DELTA_INTERIM_N1 | Non Unique | Default | DELTA_RUN_ID |