VRM_FMV_LINE_SETS

VRM_FMV_LINE_SETS contains fair market value (FMV) line sets. FMV lines are grouped into a set using a fair market value template, currency, and price calculation period.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VRM_FMV_LINE_SETS_PK

FMV_LINE_SET_ID

Columns

Name Datatype Length Precision Not-null Comments
FMV_LINE_SET_ID NUMBER 18 Yes Internal identifier for a fair marker value set.
LINE_SOURCE VARCHAR2 30 Yes Indicates the source of the sets if Manual or System, where Manual indicates that the price is manuall inserted.
TEMPLATE_ID NUMBER 18 Oracle internal use only.
PRICE_EFF_PERIOD_ID NUMBER 18 Yes Unique identifier of a VSOE price effectivity period.
START_DATE DATE Oracle internal use only.
END_DATE DATE Oracle internal use only.
CURRENCY_CODE VARCHAR2 15 Oracle internal use only.
LINE_SET_TYPE VARCHAR2 30 Oracle internal use only.
TOTAL_ITEMS NUMBER 18 Item counts within a VSOE price set.
TOTAL_PRICES NUMBER 18 Total number item prices within a VSOE price set.
TOTAL_PRICES_WITH_EXCEPTIONS NUMBER 18 Number item prices with status exception within a VSOE price set.
TOTAL_REVIEWED_EXCEPTIONS NUMBER 18 A count of exception lines that have been reviewed by a revenue analyst or manager.
TOTAL_PENDING_EXCEPTIONS NUMBER 18 Number item prices with status exception within a VSOE price set that has not been reviewed yet.
STATUS VARCHAR2 30 Oracle internal use only.
PRICING_COMBINATION_COUNT NUMBER 18 Count of unique pricing dimension combinations.
EXCHANGE_RATE_TYPE VARCHAR2 30 Conversion rate type of the document.
EXCHANGE_DATE DATE Conversion rate date of the document.
EXCHANGE_RATE NUMBER Conversion rate of the document.
APPROVED_BY VARCHAR2 64 Identifier of the user who approved the set.
APPROVAL_DATE DATE The date on which the FMV lines set are approved.
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.
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 FMV sets. Values are from the lookup VRM_ELEMENT_TYPE.
PENDING_RESEARCH_COUNT NUMBER 18 Number of VSOE values pending research.
INVALID_VSOE_COUNT NUMBER 18 Number of invalid Vendor-Specific Objective Evidence values.
VALID_VSOE_COUNT NUMBER 18 Number of valid Vendor-Specific Objective Evidence values.
VALID_VSOE_PEND_RES_COUNT NUMBER 18 Number of valid VSOE values pending research.
VALID_VSOE_NOT_ESTAB_COUNT NUMBER 18 Number of valid not established VSOE values.
VALID_VSOE_ESTAB_COUNT NUMBER 18 Number of valid established VSOE values.
INVALID_VSOE_PEND_RES_COUNT NUMBER 18 Number of invalid VSOE values pending research.
INVALID_VSOE_NOT_ESTAB_COUNT NUMBER 18 Number of invalid not established VSOE values.
INVALID_VSOE_ESTAB_COUNT NUMBER 18 Number of invalid established VSOE values.
PENDING_ESTABLISHMENT_COUNT NUMBER 18 Number of VSOE values pending establishment.
VALID_VSOE_PEND_EST_COUNT NUMBER 18 Number of valid VSOE values pending establishment.
INVALID_VSOE_PEND_EST_COUNT NUMBER 18 Number of invalid VSOE values pending establishment.
DISCARDED_COUNT NUMBER 18 Number of discarded VSOE values.
VALID_DISCARDED_COUNT NUMBER 18 Number of discarded valid VSOE values.
INVALID_DISCARDED_COUNT NUMBER 18 Number of discarded invalid VSOE values.

Foreign Keys

Table Foreign Table Foreign Key Column
VRM_FMV_LINE_SETS vrm_fmv_templates_b TEMPLATE_ID
VRM_FMV_LINE_SETS vrm_price_eff_periods_b PRICE_EFF_PERIOD_ID
vrm_fmv_lines vrm_fmv_line_sets FMV_LINE_SET_ID
vrm_fmv_data_set_usages vrm_fmv_line_sets FMV_LINE_SET_ID

Indexes

Index Uniqueness Tablespace Columns
VRM_FMV_LINE_SETS_N1 Non Unique Default REQUEST_ID
VRM_FMV_LINE_SETS_N2 Non Unique Default PENDING_ESTABLISHMENT_COUNT, PENDING_RESEARCH_COUNT
VRM_FMV_LINE_SETS_U1 Unique Default FMV_LINE_SET_ID
VRM_FMV_LINE_SETS_U2 Unique FUSION_TS_TX_DATA PRICE_EFF_PERIOD_ID, ELEMENT_TYPE