VRM_LINE_GROUPS
New entity for storing of line groups along with aggregate columns.
Details
-
Schema: FUSION
-
Object owner: VRM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VRM_LINE_GROUPS_PK |
GROUP_NUMBER |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| GROUP_NUMBER | NUMBER | 18 | Yes | Internal unique identifier of a line group. | |
| DOCUMENT_TYPE | VARCHAR2 | 30 | Document type of the source document. | ||
| TOTAL_QUANTITY | NUMBER | Total quantity within a VSOE price basis data set. | |||
| TOTAL_AMOUNT | NUMBER | Total amount of a line group. | |||
| PRICING_COMBINATION_ID | NUMBER | 18 | Identifier of the pricing dimension combination. | ||
| DIMENSION_FLAG | VARCHAR2 | 1 | Flag that indicates whether pricing combination is successfully derived for the given document line. | ||
| MAX_USP_DOC_LINE_ID | NUMBER | 18 | Maximum unit selling price of a line group. | ||
| UOM_CODE | VARCHAR2 | 200 | The code name of the unit of measure. | ||
| CURRENCY_CODE | VARCHAR2 | 15 | The currency code of the line group. | ||
| DOCUMENT_NUMBER | VARCHAR2 | 30 | The source document or MEA number. | ||
| MEA_FLAG | VARCHAR2 | 1 | Information about the line group and whether it is for a MEA or standalone. | ||
| ITEM_TYPE | VARCHAR2 | 10 | The source document items type. The valid values are ITEM, MEMO_LINE and ITEM_GROUP. | ||
| ITEM_TYPE_ID | NUMBER | 18 | The revenue recognition item type unique identifier. | ||
| UNIT_SELLING_PRICE | NUMBER | The unit selling price of the source document line. | |||
| EXTRACTION_PERIOD_ID | NUMBER | 18 | Internal unique identifier of an extraction period. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates 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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| DOCUMENT_ID | NUMBER | 18 | Source document unique identifier. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| VRM_LINE_GROUPS | vrm_pricing_combinations | PRICING_COMBINATION_ID |
| VRM_LINE_GROUPS | vrm_extraction_periods | EXTRACTION_PERIOD_ID |
| vrm_pricing_lines | vrm_line_groups | GROUP_NUMBER |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| VRM_LINE_GROUPS_N1 | Non Unique | FUSION_TS_TX_DATA | DIMENSION_FLAG |
| VRM_LINE_GROUPS_U1 | Unique | Default | GROUP_NUMBER |