VRM_PRICE_BASIS_DATA_SETS

VRM_PRICE_BASIS_DATA_SETS contains VSOE price basis data sets. The source documents are grouped into the VSOE price basis data sets using a fair market value template, currency, and extraction period.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

VRM_PRICE_BASIS_DATA_SETS_PK

PRICE_BASIS_DATA_SET_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PRICE_BASIS_DATA_SET_ID NUMBER 18 Yes Unique identifier of a VSOE price basis data set. Active
TEMPLATE_ID NUMBER 18 Oracle internal use only. Active
CURRENCY_CODE VARCHAR2 15 Oracle internal use only. Active
EXTRACTION_PERIOD_ID NUMBER 18 Oracle internal use only. Active
STATUS VARCHAR2 30 Oracle internal use only. Active
TOTAL_REVENUE_AMOUNT NUMBER Total line amount within a VSOE price basis data set. Active
TOTAL_REVENUE_LINES_COUNT NUMBER 18 Number of line within a VSOE price basis data set. Active
LINES_REQUIRING_ATTENTION NUMBER 18 Number of VSOE price basis lines which require a revenue analyst or manager's attention. Active
AMOUNT_REQUIRING_ATTENTION NUMBER Total amount requiring attention of a price basis data set. Active
LINES_PENDING_REVIEW NUMBER 18 Number of excluded VSOE price basis lines pending for review. Active
AMOUNT_PENDING_REVIEW NUMBER Line amount of a pending review line. Active
LINES_REVIEWED NUMBER 18 Number of excluded VSOE price basis lines that were reviewed by a revenue analyst or manager already. Active
AMOUNT_REVIEWED NUMBER Total amount of reviewed excluded lines of a price basis data set. Active
LINES_READY_FOR_PRICE_CALC NUMBER 18 Number of VSOE price basis lines ready for VSOE price calculation. Active
AMOUNT_READY_FOR_PRICE_CALC NUMBER Line amount of a requiring attention line. Active
LINES_PROCESSED NUMBER 18 Number of processed VSOE price basis lines. Active
AMOUNT_PROCESSED NUMBER Line amount of a processed line. Active
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. 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. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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 Used to group element types for standalone sales. Values are from the lookup VRM_ELEMENT_TYPE.
PCT_REQUIRING_ATTENTION NUMBER Percent of incomplete standalone lines.
PCT_READY_FOR_PRICE_CALC NUMBER Percent of standalone lines ready for VSOE calculation.
PCT_PROCESSED NUMBER Percent of processed standalone lines used in any VSOE calculation.
START_DATE DATE Start date of the transaction period range.
END_DATE DATE End date of the transaction period range.

Foreign Keys

Table Foreign Table Foreign Key Column
VRM_PRICE_BASIS_DATA_SETS vrm_fmv_templates_b TEMPLATE_ID
VRM_PRICE_BASIS_DATA_SETS vrm_extraction_periods EXTRACTION_PERIOD_ID
vrm_standalone_sales vrm_price_basis_data_sets PRICE_BASIS_DATA_SET_ID
vrm_fmv_data_set_usages vrm_price_basis_data_sets PRICE_BASIS_DATA_SET_ID

Indexes

Index Uniqueness Tablespace Columns Status
VRM_PRICE_BASIS_DATA_SETS_N1 Non Unique Default STATUS
VRM_PRICE_BASIS_DATA_SETS_U1 Unique FUSION_TS_TX_IDX PRICE_BASIS_DATA_SET_ID Active
VRM_PRICE_BASIS_DATA_SETS_U2 Unique FUSION_TS_TX_IDX EXTRACTION_PERIOD_ID, ELEMENT_TYPE Active