VRM_EBIZ_GL_JE_HDR_LINES
This table contains journal header, line and journal batch 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_JE_HDR_LINES_PK |
JE_HEADER_ID, JE_LINE_NUM, EXTRACT_REQUEST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
JE_HEADER_ID | NUMBER | 18 | Yes | Journal entry header identifier. | |
JE_HEADER_NAME | VARCHAR2 | 100 | User entered journal header name. | ||
JE_HEADER_STATUS | VARCHAR2 | 1 | Journal entry header status lookup code. | ||
JE_SOURCE | VARCHAR2 | 25 | Journal source. | ||
JE_CATEGORY | VARCHAR2 | 25 | Journal category. | ||
JE_BATCH_ID | NUMBER | 18 | Journal entry batch defining column. | ||
ACTUAL_FLAG | VARCHAR2 | 1 | Balance type (Actual, Budget, or Encumbrance). | ||
REVERSED_JE_HEADER_ID | NUMBER | 18 | Defining column of the journal entry that is reversed by this journal entry. | ||
JE_LINE_NUM | NUMBER | 18 | Yes | Line on the supplier's response. | |
JE_LINE_STATUS | VARCHAR2 | 1 | Journal entry line status code. | ||
JE_LINE_DESCRIPTION | VARCHAR2 | 240 | Journal entry line description. | ||
LEDGER_ID | NUMBER | 18 | Ledger identifier. | ||
LEDGER_NAME | VARCHAR2 | 30 | Ledger name. | ||
CODE_COMBINATION_ID | NUMBER | 18 | Key flexfield combination defining column. | ||
VRM_JE_FLAG | VARCHAR2 | 1 | Indicates whether journal entry is originated from revenue management application or not. | ||
PERIOD_NAME | VARCHAR2 | 15 | Accounting period. | ||
EFFECTIVE_DATE | DATE | Yes | Journal entry line effective date. | ||
CURRENCY_CODE | VARCHAR2 | 15 | Entered currency of the journal line. | ||
ENTERED_DR | NUMBER | Journal entry line debit amount in entered currency. | |||
ENTERED_CR | NUMBER | Journal entry line credit amount in entered currency. | |||
ACCOUNTED_DR | NUMBER | Journal entry line debit amount in base currency. | |||
ACCOUNTED_CR | NUMBER | Journal entry line credit amount in base currency. | |||
JE_BATCH_STATUS | VARCHAR2 | 1 | Journal entry batch status. | ||
JE_BATCH_NAME | VARCHAR2 | 100 | User entered journal batch name. | ||
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. | ||
OLD_PERIOD_DATA_FLAG | VARCHAR2 | 1 | Indicates whether data is related to current period or old period. | ||
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_JE_HDR_LINES | gl_ledgers | LEDGER_ID |
VRM_EBIZ_GL_JE_HDR_LINES | gl_code_combinations | CODE_COMBINATION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
VRM_EBIZ_GL_JE_HDR_LINES_N1 | Non Unique | FUSION_TS_TX_DATA | PERIOD_NAME, JE_SOURCE, JE_HEADER_STATUS |
VRM_EBIZ_GL_JE_HDR_LINES_U1 | Unique | FUSION_TS_TX_DATA | JE_HEADER_ID, JE_LINE_NUM, EXTRACT_REQUEST_ID |