VRM_FMV_TEMPLATES_B_

This object stores the processing options for VSOE fair value calculation. The VSOE template is then assigned to items/items groups that inherit the VSOE processing options from the template.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

VRM_FMV_TEMPLATES_B_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, TEMPLATE_ID

Columns

Name Datatype Length Precision Not-null Comments
TEMPLATE_ID NUMBER 18 Yes Internal identifier of the template.
STRUCTURE_INSTANCE_NUMBER NUMBER 18 Number of the pricing dimension structure.
FMV_PRICE_TYPE VARCHAR2 30 Oracle internal use only.
FMV_REPRESENTATION_TYPE VARCHAR2 30 FMV price representation type. The value is derived from VRM_FMV_REPRESENTATIONS lookup type.
DATA_SELECTION_TIME_SPAN NUMBER 18 Number of coverage periods that a VSOE price calculation process will gather the standalone sales from.
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 Oracle internal use only.
DIMENSION_ASSIGNMENT_ID NUMBER 18 Dimension assignment internal identifier.
INCLUDE_CURRENT_PERIODS VARCHAR2 1 Indicates whether to include sales in current effective price period. Possible values are Yes or No.
OBJECT_VERSION_NUMBER NUMBER 9 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 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ELEMENT_TYPE VARCHAR2 30 The element type used to identify the nature of item.
IN_USE VARCHAR2 1 Indicates whether the record is in-used and cannot be deleted. Possible values are Yes or No.
FMV_TOLERANCE_CODE VARCHAR2 10 Indicates the fair market value tolerance range level used to calculate the carve-out adjustment.
BELOW_RANGE_SSP_RULE_CODE VARCHAR2 30 The rule to be used in accordance with the Standalone Selling Price policy of the business when the actual value is below the SSP Low Point. Valid values are from the lookup type ORA_VRM_SSP_RANGE_CODE.
IN_RANGE_SSP_RULE_CODE VARCHAR2 30 The rule to be used in accordance with the Standalone Selling Price policy of the business when the actual value is between the SSP Low and SSP High Points. Valid values are from the lookup type ORA_VRM_SSP_RANGE_CODE.
ABOVE_RANGE_SSP_RULE_CODE VARCHAR2 30 The rule to be used in accordance with the Standalone Selling Price policy of the business when the actual value is above the SSP High Point. Valid values are from the lookup type ORA_VRM_SSP_RANGE_CODE.
SSP_RANGE_TOLERANCE_PERCENT NUMBER The tolerance percentage in accordance with the Standalone Selling Price policy of the business. The SSP Low Point and SSP High Point are calculated by the application when the SSP tolerance percentage and SSP midpoint are provided for an item or service.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
VRM_FMV_TEMPLATES_BN1_ Non Unique Default TEMPLATE_ID, LAST_UPDATE_DATE
VRM_FMV_TEMPLATES_B_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, TEMPLATE_ID