VRM_PRICING_COMBINATIONS
VRM_PRICING_COMBINATIONS contains pricing dimension combinations.
Details
-
Schema: FUSION
-
Object owner: VRM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
VRM_PRICING_COMBINATIONS_PK |
PRICING_COMBINATION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PRICING_COMBINATION_ID | NUMBER | 18 | Yes | Identifier of the pricing dimension combination. | |
| STRUCTURE_INSTANCE_NUMBER | NUMBER | 18 | Number of the pricing dimension structure. | ||
| SEGMENT1 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT2 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT3 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT4 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT5 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT6 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT7 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT8 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT9 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT10 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT11 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT12 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT13 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT14 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT15 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT16 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT17 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT18 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT19 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT20 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT21 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT22 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT23 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT24 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT25 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT26 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT27 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT28 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT29 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT30 | VARCHAR2 | 150 | Key Flexfield: segment of the key flexfield. | ||
| START_DATE_ACTIVE | DATE | Effective start date of the dimension combination. | |||
| END_DATE_ACTIVE | DATE | Effective end date of a pricing dimension combination. | |||
| MINIMUM_LINE_COUNT | NUMBER | 18 | Minimum number of standalone sales required in order to calculate a valid VSOE price. | ||
| TOLERANCE_PCT_RANGE_HIGH | NUMBER | Higher limit of the VSOE fair price tolerance range in percentage. | |||
| TOLERANCE_PCT_RANGE_LOW | NUMBER | Lower limit of the VSOE fair price tolerance range in percentage. | |||
| TOLERANCE_RANGE_COVERAGE | NUMBER | The required minimum percentage of standalone sales that its unit selling price falls within tolerance range price of an item. | |||
| USE_TOLERANCE_FOR_COMPLIANCE | VARCHAR2 | 1 | A flag that indicates if a tolerance range should be used during compliance validation process of a MEA line or not. | ||
| ENABLED_FLAG | VARCHAR2 | 1 | Flag that indicates if the pricing combination is active. | ||
| 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. | ||
| SUMMARY_FLAG | VARCHAR2 | 1 | Internal use only. Summary flag is required in the pricing dimension combination assignment process. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| vrm_line_groups | vrm_pricing_combinations | PRICING_COMBINATION_ID |
| vrm_perf_obligations | vrm_pricing_combinations | PRICING_COMBINATION_ID |
| vrm_pricing_lines | vrm_pricing_combinations | PRICING_COMBINATION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| VRM_PRICING_COMBINATIONS_N1 | Non Unique | Default | STRUCTURE_INSTANCE_NUMBER |
| VRM_PRICING_COMBINATIONS_U1 | Unique | Default | PRICING_COMBINATION_ID |