OSS_RENEWAL_MATRIX_T

This table is used to store Subcription Renewal Matrix

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_RENEWAL_MATRIX_T_PK

RENEWAL_MATRIX_ID

Columns

Name Datatype Length Precision Not-null Comments
RENEWAL_MATRIX_ID NUMBER 18 Yes Primary Key
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
SUBSCRIPTION_ID NUMBER 18 Source Subscription Id
RENEWAL_TEMPLATE_ID NUMBER 18 Renewal Template Id
RENEWAL_LEVEL VARCHAR2 30 Renewal Level
CALLED_FROM VARCHAR2 30 Subscription renewed from ie Manual, ess
RENEWAL_DURATION NUMBER 18 Renewal Duration for Manual Rewal
RENEWAL_DURATION_PERIOD VARCHAR2 30 Renewal Duration Period for Manual Renewal
TARGET_SUBSCRIPTION_NUMBER VARCHAR2 120 Renewed Subscription Number
DEFAULT_REVENUE_ACTION VARCHAR2 30 Default revenue action for renewed subscriptions.
REVENUE_OPTION VARCHAR2 30 Revenue option to capture accounting option prospective or retrospective for renewed subscriptions.
LANGUAGE_CODE VARCHAR2 4 User language code
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.

Indexes

Index Uniqueness Tablespace Columns
OSS_RENEWAL_MATRIX_T_N1 Non Unique Default CREATION_DATE
OSS_RENEWAL_MATRIX_T_U1 Unique Default RENEWAL_MATRIX_ID