VRM_MEA_DOC_LINES

This is an extension object to document lines that store processing results of all the processes operating on MEAs.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VRM_MEA_DOC_LINES_PK

DOCUMENT_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
DOCUMENT_LINE_ID NUMBER 18 Yes Internal unique identifier of a source document line.
PARENT_LINE_ID NUMBER 18 Oracle internal use only.
DOCUMENT_ID NUMBER 18 Yes Unique identifier of a source document.
MEA_ID NUMBER 18 Yes Unique identifier of a MEA transaction.
LINE_NUMBER NUMBER 18 Sequence identifier of a MEA line.
ITEM_TYPE VARCHAR2 10 Indicates the type of a source document items. The valid values are ITEM, MEMO_LINE and ITEM_GROUP.
ITEM_TYPE_ID NUMBER 18 Unique identifier of an item type.
INVENTORY_ORG_ID NUMBER 18 Unique identifier of an item inventory organization.
REV_COMPLIANCE_PROCESS_FLAG VARCHAR2 30 Flag that indicates if a revenue complaince process is executed. The initail value is N. Y indicates that the process was run.
LINE_UPDATE_STATUS VARCHAR2 1 Status indicates if the line has been updated by the user.
LINE_FLAG VARCHAR2 1 A flag that indicates if the line is a primary MEA or not. Adjustments are initiated only when primary MEA line is available. This item is the integral part of the arrangement.
PRIMARY_LINE_NUMBER NUMBER 18 Primary MEA line number. The revenue adjustments are possible only when the primary line is available.
ADJUSTMENT_ACTION VARCHAR2 30 Adjustment action of MEA. Values are from the lookup VRM_MEA_TRX_ACTION_TYPE and VRM_MEA_LINE_ACTION_TYPE.
PRICE_EFF_PERIOD_ID NUMBER 18 Unique identifier of a VSOE price effectivity period.
UNIT_REVENUE_PRICE NUMBER Unit revenue price of a line to be recognized by a revenue recognition process.
TOTAL_FMV_AMOUNT NUMBER Fair market value line amount of a MEA line.
RECOGNIZED_REV_AMOUNT NUMBER Revenue amount which has already been recognized already.
DEFERRED_REV_AMOUNT NUMBER Deferred revenue amount of a MEA line.
TOTAL_LINE_AMOUNT NUMBER Line amount of a MEA line.
BILLED_AMOUNT NUMBER Oracle internal use only.
COMPLIANCE_STATUS VARCHAR2 30 Compliance status of a MEA. Values are from the lookup VRM_MEA_COMPLIANCE_LINESTATUS.
POST_ADJ_COMPLIANCE_STATUS VARCHAR2 30 Compliance status of a MEA line after a carve out adjustment process.
FMV_LINE_ID NUMBER 18 Internal identifier for a FMV line.
MANUALLY_ENTERED_FLAG VARCHAR2 1 Indicates whether the adjustment amount has been manually entered by the user. Possible values are Yes or No.
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.
ELEMENT_TYPE VARCHAR2 30 The element type used to identify the nature of item.
LINE_GROUP_NUMBER NUMBER 18 Oracle internal use only.
LINE_GROUPING_REASON_CODE VARCHAR2 30 Oracle internal use only.
COMMENTS VARCHAR2 240 Oracle internal use only.

Foreign Keys

Table Foreign Table Foreign Key Column
VRM_MEA_DOC_LINES vrm_source_doc_lines DOCUMENT_LINE_ID
VRM_MEA_DOC_LINES vrm_source_documents DOCUMENT_ID
VRM_MEA_DOC_LINES vrm_mea_doc_headers MEA_ID

Indexes

Index Uniqueness Tablespace Columns
VRM_MEA_DOC_LINES_N1 Non Unique Default DOCUMENT_ID
VRM_MEA_DOC_LINES_N2 Non Unique Default REQUEST_ID
VRM_MEA_DOC_LINES_N3 Non Unique Default MEA_ID, REV_COMPLIANCE_PROCESS_FLAG
VRM_MEA_DOC_LINES_U1 Unique FUSION_TS_TX_DATA DOCUMENT_LINE_ID