VRM_FAIR_PRICE_INTERIM
VRM_FAIR_PRICE_INTERIM contains information about fair market value calculation process.
Details
-
Schema: FUSION
-
Object owner: VRM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TEMPLATE_ID | NUMBER | 18 | Internal identifier of the template. | ||
FMV_PRICE_TYPE | VARCHAR2 | 30 | Fair market value price type. Price type can be either VSOE, TPE, or ESP. Values are from the lookup VRM_FMV_TYPES. | ||
CURRENCY_CODE | VARCHAR2 | 15 | Currency code of the source document. | ||
DATA_SET_STATUS | VARCHAR2 | 30 | Status of a VSOE price set. Values are from the lookup VRM_VSOE_PRICE_SETS_STATUS. | ||
LINE_STATUS | VARCHAR2 | 30 | Status of a source document line. | ||
LINE_AMOUNT | NUMBER | Line amount of the source document. | |||
QUANTITY | NUMBER | Quantity of a transaction. | |||
PRICING_COMBINATION_ID | NUMBER | 18 | Identifier of the 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. | ||
DOCUMENT_LINE_ID | NUMBER | 18 | Internal unique identifier of a source document line. | ||
UOM_CODE | VARCHAR2 | 200 | Code name of the unit of measure. | ||
ITEM_TYPE | VARCHAR2 | 10 | Indicates the type of a source document items. The valid values are ITEM, MEMO_LINE and ITEM_GROUP. | ||
ITEM_TYPE_ID | NUMBER | 18 | Unique identifier of an item type. | ||
MEDIAN_BASIS_VALUE | NUMBER | The value used to calculate Median on a fair market representation which is derived using amount if the representation is 'absolute currency', or 'discount' if the representation is discounts. | |||
WORKER_NUMBER | NUMBER | 4 | Oracle internal use only. | ||
MASTER_REQUEST_ID | NUMBER | 18 | Concurrent process request identifier of the master process. | ||
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. | ||
BATCH_NUMBER | NUMBER | Identifies the batch to be processed. | |||
ELEMENT_TYPE | VARCHAR2 | 30 | Element is a deliverable or separate unit of accounting. Used to group element types for FMV sets. Values are from the lookup VRM_ELEMENT_TYPE. | ||
PERF_OBLIGATION_ID | NUMBER | 18 | Performance obligation unique identifier. | ||
PERF_OBLIGATION_LINE_ID | NUMBER | 18 | Performance obligation line unique identifier. | ||
AUTO_EXCLUSION_FLAG | VARCHAR2 | 1 | Indicates whether the line is used in standalone selling price calculation. Possible values are Y or N. | ||
AUTO_EXCLUSION_REASON_CODE | VARCHAR2 | 30 | Exclude a performance obligation line from observed standalone selling price calculation. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
VRM_FAIR_PRICE_INTERIM_N1 | Non Unique | Default | MASTER_REQUEST_ID, WORKER_NUMBER |
VRM_FAIR_PRICE_INTERIM_N2 | Non Unique | Default | ITEM_TYPE_ID, ITEM_TYPE, PRICING_COMBINATION_ID, UOM_CODE |