GL_BALANCES_DELTA
GL_BALANCES_DELTA is used only during internal processing.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DELTA_RUN_ID | NUMBER | 18 | Yes | Used only during internal processing. | |
| LEDGER_ID | NUMBER | 18 | Yes | Used only during internal processing. | |
| CODE_COMBINATION_ID | NUMBER | 18 | Yes | Used only during internal processing. | |
| CURRENCY_CODE | VARCHAR2 | 15 | Yes | Used only during internal processing. | |
| PERIOD_NAME | VARCHAR2 | 15 | Yes | Used only during internal processing. | |
| ACTUAL_FLAG | VARCHAR2 | 1 | Yes | Used only during internal processing. | |
| 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 | This column is used in internal processing only | ||
| ENCUMBRANCE_TYPE_ID | NUMBER | 18 | This column is used in internal processing only | ||
| TRANSLATED_FLAG | VARCHAR2 | 1 | This column is used in internal processing only | ||
| TEMPLATE_ID | NUMBER | 18 | This column is used in internal processing only | ||
| PERIOD_YEAR | NUMBER | 18 | This column is used in internal processing only | ||
| PERIOD_NUM | NUMBER | 18 | This column is used in internal processing only | ||
| PERIOD_NET_DR | NUMBER | This column is used in internal processing only | |||
| PERIOD_NET_CR | NUMBER | This column is used in internal processing only | |||
| QUARTER_TO_DATE_DR | NUMBER | This column is used in internal processing only | |||
| QUARTER_TO_DATE_CR | NUMBER | This column is used in internal processing only | |||
| PROJECT_TO_DATE_DR | NUMBER | This column is used in internal processing only | |||
| PROJECT_TO_DATE_CR | NUMBER | This column is used in internal processing only | |||
| BEGIN_BALANCE_DR | NUMBER | This column is used in internal processing only | |||
| BEGIN_BALANCE_CR | NUMBER | This column is used in internal processing only | |||
| PERIOD_NET_DR_BEQ | NUMBER | This column is used in internal processing only | |||
| PERIOD_NET_CR_BEQ | NUMBER | This column is used in internal processing only | |||
| BEGIN_BALANCE_DR_BEQ | NUMBER | This column is used in internal processing only | |||
| BEGIN_BALANCE_CR_BEQ | NUMBER | This column is used in internal processing only | |||
| 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_BALANCES_DELTA | gl_ledgers | LEDGER_ID |
| GL_BALANCES_DELTA | gl_code_combinations | CODE_COMBINATION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_BALANCES_DELTA_N1 | Non Unique | Default | DELTA_RUN_ID |