VRM_MEA_DOC_CARVEOUT_HDRS
VRM_MEA_DOC_CARVEOUT_HDRS contains carve out adjustment details of multiple element arrangements.
Details
-
Schema: FUSION
-
Object owner: VRM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
VRM_MEA_DOC_CARVEOUT_HDRS_PK |
MEA_CARVEOUT_HEADER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
MEA_CARVEOUT_HEADER_ID | NUMBER | 18 | Yes | Carve-out adjustment internal identifier. | |
MEA_ID | NUMBER | 18 | MEA transaction internal identifier. | ||
ADJUSTMENT_DATE | DATE | The creation date of the carve-out adjustment. | |||
APPROVAL_DATE | DATE | The date the carve-out adjustment was approved. | |||
APPROVED_BY | VARCHAR2 | 64 | Who column: indicates the user who approved the carve-out adjustment. | ||
REVERSED_FLAG | VARCHAR2 | 1 | Flag REVERSED_FLAG to indicate whether carve out is reversed. Possible values are Yes or No. | ||
DISPLAY_FLAG | VARCHAR2 | 1 | Flag DISPLAY_FLAG to indicate the latest activity. Possible values are Yes or No. | ||
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. Possible values are Yes or No. | ||
REV_REC_PROCESSED_FLAG | VARCHAR2 | 1 | Indicates whether revenue recognition has used the carve-out adjustment header. Possible values are Yes or No. | ||
ADJUSTMENT_STATUS | VARCHAR2 | 30 | Indicates MEA adjustment status. Values are from the lookup VRM_MEA_ADJ_STATUS. | ||
PREV_MEA_CARVEOUT_HEADER_ID | NUMBER | 18 | Previous carve-out adjustment internal identifier. | ||
CARVEOUT_ADJUSTMENT_NUMBER | NUMBER | 18 | Carve-out adjustment reference number. | ||
CARVEOUT_METHOD | VARCHAR2 | 30 | Carve-out method used in the adjustment. | ||
TOTAL_LINE_AMOUNT | NUMBER | Total line amount of a MEA transaction. | |||
TOTAL_FMV_AMOUNT | NUMBER | Total fair market value amount of a MEA transaction. | |||
SUGGESTED_CARVEOUT_METHOD | VARCHAR2 | 30 | Suggested carve-out method in the adjustment. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
VRM_MEA_DOC_CARVEOUT_HDRS | vrm_mea_doc_headers | MEA_ID |
vrm_mea_doc_carveout_lines | vrm_mea_doc_carveout_hdrs | MEA_CARVEOUT_HEADER_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
VRM_MEA_DOC_CARVEOUT_HDRS_N1 | Non Unique | Default | MEA_ID, DISPLAY_FLAG |
VRM_MEA_DOC_CARVEOUT_HDRS_N2 | Non Unique | Default | ADJUSTMENT_DATE |
VRM_MEA_DOC_CARVEOUT_HDRS_U1 | Unique | Default | MEA_CARVEOUT_HEADER_ID |