VRM_PERF_OBLIGATION_LIN_DISTS

This table contains the performance obligation line distribution information.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

VRM_PERF_OBLIG_LIN_DIST_PK

PERF_OBLIGATION_LINE_DIST_ID

Columns

Name Datatype Length Precision Not-null Comments
PERF_OBLIGATION_LINE_DIST_ID NUMBER 18 Yes Performance obligation line distribution unique identifier.
PERF_OBLIGATION_LINE_ID NUMBER 18 Performance obligation line unique identifier.
PERF_OBLIGATION_LINE_SPLIT_ID NUMBER 18 Performance obligation line split unique identifier.
ACCOUNTING_EVENT_ID NUMBER 18 Revenue management accounting event unique identifier for which this distribution is created.
POL_SATISFACTION_EVENT_ID NUMBER 18 No longer used.
POL_BILLING_EVENT_ID NUMBER 18 No longer used.
ACCOUNT_CLASS VARCHAR2 30 Yes Account class of the distribution. Values are from the lookup type ORA_CONTRACT_DIST_CLASS.
ACCOUNTING_DATE DATE Yes Accounting date of the satisfaction event.
AMOUNT NUMBER Net consideration amount of the performance obligation line.
ACCTD_AMOUNT NUMBER Yes Revenue amount in ledger currency.
CUSTOMER_CONTRACT_HEADER_ID NUMBER 18 Yes Customer contract header unique identifier.
PERF_OBLIGATION_ID NUMBER 18 Yes Performance obligation unique identifier.
ORIGINAL_ACCOUNTING_DATE DATE Yes Original accounting date of the satisfaction event.
CODE_COMBINATION_ID NUMBER 18 Account combination of a distribution.
CONCATENATED_SEGMENTS VARCHAR2 1000 An identifier of the accounting flexfield for the revenue distribution.
POSTING_CONTROL_ID NUMBER 18 Yes Posting batch identifier. -3 Indicates unposted distributions.
POSTED_TO_SLA_FLAG VARCHAR2 1 Yes Indicates if a revenue line is posted to subledger application.
POSTED_TO_SLA_DATE DATE Date when the revenue is posted to the subledger application.
TRANSFER_TO_GL_FLAG VARCHAR2 1 Indicates if the accounting distribution is eligible for posting to Oracle Fusion General Ledger.
EVENT_ID NUMBER 18 Unique identifier of a subledger accounting event.
COGS_REQUEST_ID NUMBER 18 The Enterprise Service Scheduler request ID of the COGS job that processed the row.
BU_ID NUMBER 18 The identifier of the business unit associated to the row.
LEDGER_ID NUMBER 18 Yes Unique identifier of a ledger.
EXCHANGE_RATE NUMBER Conversion rate for converting amounts from entered currency to ledger currency.
EXCHANGE_RATE_TYPE VARCHAR2 30 Conversion rate type used for converting amounts from entered currency to ledger currency.
EXCHANGE_RATE_DATE DATE Conversion rate date used for converting amounts from entered currency to ledger currency.
APPLICATION_ID NUMBER 18 Yes Concurrent process who column: application identifier of the process that last updated this row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CREATED_FROM VARCHAR2 30 Yes The process or user interface from which this row is created.
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_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.
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.
POL_EVENT_TYPE VARCHAR2 30 No longer used.

Foreign Keys

Table Foreign Table Foreign Key Column
VRM_PERF_OBLIGATION_LIN_DISTS vrm_perf_obligation_lines PERF_OBLIGATION_LINE_ID
VRM_PERF_OBLIGATION_LIN_DISTS gl_daily_conversion_types EXCHANGE_RATE_TYPE
VRM_PERF_OBLIGATION_LIN_DISTS vrm_accounting_events ACCOUNTING_EVENT_ID
VRM_PERF_OBLIGATION_LIN_DISTS vrm_perf_obligation_lin_splits PERF_OBLIGATION_LINE_SPLIT_ID
VRM_PERF_OBLIGATION_LIN_DISTS vrm_pol_satisfaction_events POL_SATISFACTION_EVENT_ID
VRM_PERF_OBLIGATION_LIN_DISTS vrm_pol_billing_events POL_BILLING_EVENT_ID
VRM_PERF_OBLIGATION_LIN_DISTS vrm_customer_contract_headers CUSTOMER_CONTRACT_HEADER_ID
VRM_PERF_OBLIGATION_LIN_DISTS vrm_perf_obligations PERF_OBLIGATION_ID
VRM_PERF_OBLIGATION_LIN_DISTS gl_code_combinations CODE_COMBINATION_ID
VRM_PERF_OBLIGATION_LIN_DISTS xla_events EVENT_ID, APPLICATION_ID
VRM_PERF_OBLIGATION_LIN_DISTS gl_ledgers LEDGER_ID

Indexes

Index Uniqueness Tablespace Columns
VRM_PERF_OBLIG_LIN_DIST_N1 Non Unique Default EVENT_ID, CUSTOMER_CONTRACT_HEADER_ID
VRM_PERF_OBLIG_LIN_DIST_N2 Non Unique Default REQUEST_ID
VRM_PERF_OBLIG_LIN_DIST_N3 Non Unique Default ACCOUNTING_EVENT_ID, ACCOUNT_CLASS
VRM_PERF_OBLIG_LIN_DIST_N4 Non Unique Default PERF_OBLIGATION_LINE_ID
VRM_PERF_OBLIG_LIN_DIST_N5 Non Unique Default PERF_OBLIGATION_ID
VRM_PERF_OBLIG_LIN_DIST_N6 Non Unique Default CUSTOMER_CONTRACT_HEADER_ID
VRM_PERF_OBLIG_LIN_DIST_N7 Non Unique Default COGS_REQUEST_ID
VRM_PERF_OBLIG_LIN_DIST_U1 Unique FUSION_TS_TX_DATA PERF_OBLIGATION_LINE_DIST_ID