VRM_MEA_DOC_HEADERS

This object stores the header attributes of the multiple element arrangements.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VRM_MEA_DOC_HEADERS_PK

MEA_ID

Columns

Name Datatype Length Precision Not-null Comments
MEA_ID NUMBER 18 Yes Unique identifier of a MEA transaction.
MEA_NUMBER NUMBER 18 Yes Unique number of a MEA transaction.
MEA_DATE DATE Yes Date on which MEA is created, derived from the earliest date of MEA lines and belongs to MEA transaction.
MEA_HASH_CODE VARCHAR2 100 MEA processing unique identifier.
CURRENCY_CODE VARCHAR2 15 Currency code of the MEA transaction.
PARTY_ID NUMBER 18 Identifier of a bill to customer party.
PARTY_NAME VARCHAR2 360 Party name of a bill to customer.
LEGAL_ENTITY_ID NUMBER 18 Unique identifier of a legal entity.
LEGAL_ENTITY_NAME VARCHAR2 240 Name of a legal entity.
MEA_CLASSIFICATION_CODE VARCHAR2 30 Classification code of a MEA. Values are from the lookup VRM_MEA_CLASSIFICATION.
MEA_RULE_ID NUMBER 18 Yes Internal identifier of the MEA identification rule.
MEA_END_DATE DATE The last transaction date of MEA line of a MEA.
COMPLIANCE_STATUS VARCHAR2 30 Compliance status of a MEA. Values are from the lookup VRM_MEA_COMPLIANCE_STATUS.
ADJUSTMENT_STATUS VARCHAR2 30 Adjustment status of MEA. Values are from the lookup VRM_MEA_ADJ_STATUS.
ADJUSTMENT_METHOD VARCHAR2 10 Carve out method that specifies a revenue complaince adjustment for a MEA. The valid values from VRM_MEA_CRAVEOUT_METHOD lookup are Relative and Residual.
ADJUSTMENT_DATE DATE Date used for carve-out adjustment.
TOTAL_FMV_AMOUNT NUMBER Total fair market value amount of a MEA transaction.
RECOGNIZED_REV_AMOUNT NUMBER Revenue amount which has already been recognized already.
DEFERRED_FLAG VARCHAR2 1 Indicates whether the revenue is being deferred. Possible values are Yes or No.
DEFERRED_REV_AMOUNT NUMBER Total deferred revenue amount of a MEA transaction.
ELEMENT_COUNT NUMBER 18 Count of a unique item classification.
TOTAL_LINE_AMOUNT NUMBER Total line amount of a MEA transaction.
BILLED_AMOUNT NUMBER Total amount that was billed for a MEA transaction.
ARRANGEMENT_AMOUNT NUMBER Total amount of a multiple element arrangements.
AMOUNT_REQUIRING_ATTENTION NUMBER Total amount requiring attention of MEA.
LINES_REQUIRING_ATTENTION NUMBER 18 Number of MEA lines which require a revenue analyst or manager's attention.
LINES_PENDING_PRICE_CALC_COUNT NUMBER 18 Number of MEA lines which is pending on VSOE price calculation.
LINE_COUNT NUMBER 18 Count of all Multiple Element Arrangement lines.
REFERENCE VARCHAR2 1000 Reference used to identify a MEA.
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_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.
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.
MEA_CONSUMPTION_STATUS VARCHAR2 30 Indicates the consumption status of line amount in comparison to the arrangement amount.
LEDGER_ID NUMBER 18 Ledger unique identifier.
COMMENTS VARCHAR2 1000 User entered comments while performing an action on a MEA.

Foreign Keys

Table Foreign Table Foreign Key Column
VRM_MEA_DOC_HEADERS vrm_mea_rules_b MEA_RULE_ID
vrm_mea_doc_lines vrm_mea_doc_headers MEA_ID
vrm_mea_doc_carveout_hdrs vrm_mea_doc_headers MEA_ID

Indexes

Index Uniqueness Tablespace Columns
VRM_MEA_DOC_HEADERS_N1 Non Unique FUSION_TS_TX_DATA MEA_CLASSIFICATION_CODE, CURRENCY_CODE
VRM_MEA_DOC_HEADERS_N2 Non Unique FUSION_TS_TX_DATA MEA_DATE
VRM_MEA_DOC_HEADERS_N3 Non Unique Default REQUEST_ID, ADJUSTMENT_STATUS
VRM_MEA_DOC_HEADERS_N4 Non Unique Default COMPLIANCE_STATUS, ADJUSTMENT_STATUS, ADJUSTMENT_METHOD
VRM_MEA_DOC_HEADERS_N5 Non Unique Default LEGAL_ENTITY_ID
VRM_MEA_DOC_HEADERS_N6 Non Unique Default ADJUSTMENT_STATUS, LEGAL_ENTITY_ID
VRM_MEA_DOC_HEADERS_U1 Unique FUSION_TS_TX_DATA MEA_ID
VRM_MEA_DOC_HEADERS_U2 Unique FUSION_TS_TX_DATA MEA_NUMBER