VRM_EBIZ_GL_BALANCES
This table contains period balances information for VRM Oracle EBS GL integration.
Details
-
Schema: FUSION
-
Object owner: VRM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VRM_EBIZ_GL_BALANCES_PK |
LEDGER_ID, CODE_COMBINATION_ID, CURRENCY_CODE, PERIOD_NAME, EXTRACT_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LEDGER_ID | NUMBER | 18 | Yes | Ledger identifier. | |
| CHART_OF_ACCOUNTS_ID | NUMBER | 18 | Key flexfield structure identifier. | ||
| CODE_COMBINATION_ID | NUMBER | 18 | Yes | Key flexfield combination identifier. | |
| LEDGER_NAME | VARCHAR2 | 30 | Yes | Ledger Name. | |
| CURRENCY_CODE | VARCHAR2 | 15 | Yes | Currency code. | |
| PERIOD_NAME | VARCHAR2 | 15 | Yes | Accounting period name. | |
| PERIOD_TYPE | VARCHAR2 | 15 | Accounting period type. Examples are Weekly, Monthly, Quarterly. | ||
| PERIOD_YEAR | NUMBER | 18 | Denotes the accounting calendar year represented by a numerical value, such as 2009. | ||
| PERIOD_NUM | NUMBER | 18 | Unique period number within accounting calendar year. | ||
| PERIOD_NET_DR | NUMBER | Accounting period net debit balance. | |||
| PERIOD_NET_CR | NUMBER | Accounting period net credit balance. | |||
| BEGIN_BALANCE_DR | NUMBER | Beginning period debit balance. | |||
| BEGIN_BALANCE_CR | NUMBER | Beginning period credit balance. | |||
| 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. | ||
| CONCATENATED_SEGMENTS | VARCHAR2 | 800 | An identifier of the accounting flexfield for the revenue distribution. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row. | ||
| EXTRACT_REQUEST_ID | NUMBER | 18 | Yes | Request identifier of data extraction program. | |
| 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. | |
| 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| VRM_EBIZ_GL_BALANCES | gl_ledgers | LEDGER_ID |
| VRM_EBIZ_GL_BALANCES | gl_code_combinations | CODE_COMBINATION_ID |
| VRM_EBIZ_GL_BALANCES | gl_period_types | PERIOD_TYPE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| VRM_EBIZ_GL_BALANCES_N1 | Non Unique | FUSION_TS_TX_DATA | CODE_COMBINATION_ID, PERIOD_NAME |
| VRM_EBIZ_GL_BALANCES_N2 | Non Unique | FUSION_TS_TX_DATA | PERIOD_NAME |
| VRM_EBIZ_GL_BALANCES_N3 | Non Unique | FUSION_TS_TX_DATA | PERIOD_NUM, PERIOD_YEAR |
| VRM_EBIZ_GL_BALANCES_U1 | Unique | FUSION_TS_TX_DATA | LEDGER_ID, CODE_COMBINATION_ID, CURRENCY_CODE, PERIOD_NAME, EXTRACT_REQUEST_ID |