VRM_PO_NETTING_RUN_HISTORY

This table contains the history of when the Contract Asset and Liability Netting for Revenue Contracts process was run.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VRM_PO_NETTING_RUN_HISTORY_PK

NETTING_PROCESS_RUN_ID

Columns

Name Datatype Length Precision Not-null Comments
NETTING_PROCESS_RUN_ID NUMBER 18 Yes Number that identifies the Contract Asset and Liability Netting for Revenue Contracts process run history.
LEDGER_ID NUMBER 18 Number that identifies the ledger of the contract.
ACCOUNTING_DATE DATE Last day of the accounting period for which the Contract Asset and Liability Netting for Revenue Contracts process is run.
EXECUTION_MODE_CODE VARCHAR2 30 Execution mode of the Contract Asset and Liability Netting for Revenue Contracts process. Valid values are from the lookup type ORA_VRM_NETTING_ACTION.
EXCHANGE_RATE_TYPE VARCHAR2 30 Conversion rate type used for converting amounts from the entered currency to the ledger currency.
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.
JOB_STATUS VARCHAR2 30 Status of the Contract Asset and Liability Netting for Revenue Contracts process.

Foreign Keys

Table Foreign Table Foreign Key Column
VRM_PO_NETTING_RUN_HISTORY gl_ledgers LEDGER_ID
VRM_PO_NETTING_RUN_HISTORY gl_daily_conversion_types EXCHANGE_RATE_TYPE

Indexes

Index Uniqueness Tablespace Columns
VRM_PO_NETTING_RUN_HISTORY_N1 Non Unique VRM_PO_NETTING_RUN_HISTORY_N1 ACCOUNTING_DATE, LEDGER_ID, EXECUTION_MODE_CODE
VRM_PO_NETTING_RUN_HISTORY_U1 Unique VRM_PO_NETTING_RUN_HISTORY_U1 NETTING_PROCESS_RUN_ID