VRM_CONTR_CARVEOUT_HDRS

This table contains the discount header information for performance obligation.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

VRM_CONTR_CARVEOUT_HDRS_PK

CONTRACT_CARVEOUT_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTRACT_CARVEOUT_HEADER_ID NUMBER 18 Yes Discount internal identifier.
CUSTOMER_CONTRACT_HEADER_ID NUMBER 18 Customer contract header identifier.
ADJUSTMENT_DATE DATE The creation date of the discount.
REVERSED_FLAG VARCHAR2 1 Indicates whether a discount is reversed.
DISPLAY_FLAG VARCHAR2 1 Indicate the latest activity.
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.
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.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
LATEST_REC_FLAG VARCHAR2 1 Indicates the latest record with an account type of recognition status.
REV_REC_PROCESSED_FLAG VARCHAR2 1 Indicates whether revenue recognition has used the discount header.
ADJUSTMENT_STATUS VARCHAR2 30 Indicates MEA adjustment status. Values are from the lookup VRM_MEA_ADJ_STATUS.
PREV_CONTR_CARVEOUT_HEADER_ID NUMBER 18 Previous discount internal identifier.
CARVEOUT_ADJUSTMENT_NUMBER NUMBER 18 Discount reference number.
CARVEOUT_METHOD VARCHAR2 30 Discount method.
TOTAL_LINE_AMOUNT NUMBER Total line amount of a contract.
TOTAL_FMV_AMOUNT NUMBER Total revenue price value amount of a contract.
SUGGESTED_CARVEOUT_METHOD VARCHAR2 30 Suggested discount method.
PERF_OBLIGATION_ID NUMBER 18 Unique identifier of a contract performance obligation.
TOTAL_CARVEOUT_AMOUNT NUMBER Total discount amount.
FMV_LINE_ID NUMBER 18 Unique identifier of a revenue price.

Foreign Keys

Table Foreign Table Foreign Key Column
VRM_CONTR_CARVEOUT_HDRS vrm_customer_contract_headers CUSTOMER_CONTRACT_HEADER_ID
VRM_CONTR_CARVEOUT_HDRS vrm_customer_contract_headers PREV_CONTR_CARVEOUT_HEADER_ID
VRM_CONTR_CARVEOUT_HDRS vrm_perf_obligations PERF_OBLIGATION_ID
vrm_contr_carveout_lines vrm_contr_carveout_hdrs CONTRACT_CARVEOUT_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
VRM_CONTR_CARVEOUT_HDRS_N1 Non Unique Default PERF_OBLIGATION_ID, DISPLAY_FLAG
VRM_CONTR_CARVEOUT_HDRS_N2 Non Unique Default CUSTOMER_CONTRACT_HEADER_ID, DISPLAY_FLAG
VRM_CONTR_CARVEOUT_HDRS_N3 Non Unique Default PREV_CONTR_CARVEOUT_HEADER_ID
VRM_CONTR_CARVEOUT_HDRS_U1 Unique Default CONTRACT_CARVEOUT_HEADER_ID