VRM_PO_REASSIGNMENT_DETAILS

This table contains the details of performance obligations that are reassigned from source revenue contract to target revenue contract.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VRM_PO_REASSIGNMENT_DETAILS_PK

PO_REASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
PO_REASSIGNMENT_ID NUMBER 18 Yes The unique identifier of the performance obligation reassignment.
PERF_OBLIGATION_ID NUMBER 18 Yes The unique identifier of the performance obligation.
CUSTOMER_CONTRACT_HEADER_ID NUMBER 18 Yes The unique identifier of the customer contract.
TARGET_CUST_CONTRACT_HEADER_ID NUMBER 18 Yes The unique identifier of the target customer contract.
TARGET_PERF_OBLIGATION_ID NUMBER 18 The unique identifier of the target performance obligation.
REASSIGNMENT_REASON_CODE VARCHAR2 30 Indicates the reason for the performance obligation reassignment.
REASSIGNMENT_DATE DATE Indicates the date when the contract was modified.
SUBMISSION_DATE DATE Indicates the date when the performance obligation reassignment was initiated.
SUBMITTED_BY VARCHAR2 64 Indicates the user who submitted the performance obligation reassignment.
COMMENTS VARCHAR2 1000 The user entered comments for a performance obligation reassignment.
PROCESS_STATUS_CODE VARCHAR2 30 Indicates whether the performance obligation reassignment processed or not. Values are from the ORA_VRM_RASSIGN_PROCESS_STATUS lookup.
IMMATERIAL_CHANGE_CODE VARCHAR2 30 Indicates the contract modification change type for the performance obligation reassignment. Valid values are from the ORA_IMMATERIAL_CHANGE_TYPE lookup type.
LATEST_IMMATERIAL_CHANGE_CODE VARCHAR2 30 Indicates the latest contract modification change type for the performance obligation reassignment. Valid values are from the ORA_IMMATERIAL_CHANGE_TYPE lookup type.
LEDGER_ID NUMBER 18 Yes The unique identifier of the ledger.
CREATED_FROM_CODE VARCHAR2 30 The process or user interface from which this row is created.
ATTRIBUTE_CATEGORY VARCHAR2 150 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.
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.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
VRM_PO_REASSIGNMENT_DETAILS vrm_perf_obligations PERF_OBLIGATION_ID
VRM_PO_REASSIGNMENT_DETAILS vrm_customer_contract_headers CUSTOMER_CONTRACT_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
VRM_PO_REASSIGN_DETAILS_N1 Non Unique Default CUSTOMER_CONTRACT_HEADER_ID
VRM_PO_REASSIGN_DETAILS_N2 Non Unique Default TARGET_CUST_CONTRACT_HEADER_ID
VRM_PO_REASSIGN_DETAILS_N3 Non Unique Default LEDGER_ID, PROCESS_STATUS_CODE
VRM_PO_REASSIGN_DETAILS_U1 Unique Default PO_REASSIGNMENT_ID