VRM_EXTRACT_LINES
VRM_EXTRACT_LINES contains source document lines that have been extracted into the VRM application.
Details
-
Schema: FUSION
-
Object owner: VRM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VRM_EXTRACT_LINES_PK |
EXTRACT_LINE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EXTRACT_LINE_ID | NUMBER | 18 | Yes | Unique identifier of an extracted line. | |
| DOCUMENT_ID | NUMBER | 18 | Unique identifier of a source document. | ||
| DOCUMENT_LINE_ID | NUMBER | 18 | Internal unique identifier of a source document line. | ||
| DOCUMENT_SUB_LINE_ID | NUMBER | 18 | Source document subline unique identifier. | ||
| DOCUMENT_DATE | DATE | Date of source document. | |||
| DOCUMENT_CREATION_DATE | TIMESTAMP | Date when the document is created in the source application. | |||
| DOCUMENT_UPDATE_DATE | TIMESTAMP | Date when the document was last updated in the source application. | |||
| VERSION_NUMBER | NUMBER | 9 | Specifies the version of the source product line. | ||
| CURRENCY_CODE | VARCHAR2 | 15 | Currency code of the source document. | ||
| ORG_ID | NUMBER | 18 | Indicates the identifier of the business unit associated to the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| WORKER_NUMBER | NUMBER | 18 | Number of parallel processes for a concurrent process. | ||
| STATUS | VARCHAR2 | 30 | Extraction status of a source document. | ||
| LEVEL_FLAG | VARCHAR2 | 30 | Flag that indicates if the extracted line is at the header or line level. | ||
| APPLICATION_ID | NUMBER | 18 | Identifier of the application to which the transaction entity belongs. Foreign key to the FND applications table. | ||
| DOCUMENT_TYPE_ID | NUMBER | 18 | Unique identifier of a source document type. | ||
| DOC_ID_INT_1 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_ID_INT_2 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_ID_INT_3 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_ID_INT_4 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_ID_INT_5 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_ID_CHAR_1 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_ID_CHAR_2 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_ID_CHAR_3 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_ID_CHAR_4 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_ID_CHAR_5 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_INT_1 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_INT_2 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_INT_3 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_INT_4 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_INT_5 | NUMBER | 18 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_CHAR_1 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_CHAR_2 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_CHAR_3 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_CHAR_4 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_LINE_ID_CHAR_5 | VARCHAR2 | 30 | Unique identifier of the source document line. | ||
| DOC_SUB_LINE_LEVEL | VARCHAR2 | 1 | Determines the level of the subline record whether it is the child of the header or line level record. | ||
| DOC_SUB_LINE_TYPE | VARCHAR2 | 30 | Identifies the subline type. Possible value are Distributions, Sales Credits, or Contingencies. | ||
| DOC_SUB_LINE_ID_INT_1 | NUMBER | 18 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_INT_2 | NUMBER | 18 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_INT_3 | NUMBER | 18 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_INT_4 | NUMBER | 18 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_INT_5 | NUMBER | 18 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_CHAR_1 | VARCHAR2 | 30 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_CHAR_2 | VARCHAR2 | 30 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_CHAR_3 | VARCHAR2 | 30 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_CHAR_4 | VARCHAR2 | 30 | Flexible source document subline reference. | ||
| DOC_SUB_LINE_ID_CHAR_5 | VARCHAR2 | 30 | Flexible source document subline reference. | ||
| SOURCE_SYSTEM | VARCHAR2 | 120 | The source application sending the document data. | ||
| 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. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| VRM_EXTRACT_LINES | vrm_source_doc_sub_lines | DOCUMENT_SUB_LINE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| VRM_EXTRACT_LINES_U1 | Unique | Default | EXTRACT_LINE_ID |