OSS_PRODUCT_PRICE_ESCALATIONS

Table to store the price escalations for a product.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_PRODUCT_PRICE_ESC_PK

ESCALATION_ID

Columns

Name Datatype Length Precision Not-null Comments
ESCALATION_ID NUMBER 18 Yes Identifier for the price escalation.
ESCALATION_PUID VARCHAR2 120 Yes Public identifier for the price escalation.
ESCALATION_NAME VARCHAR2 80 Name for the price escalation.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Yes Identifier for the subscription product.
CHARGE_DEFINITION VARCHAR2 30 Identifier for the charge definition.
SEQUENCE_NUMBER NUMBER 18 Yes Sequence number of the escalation.
ESC_START_OFFSET_DURATION NUMBER 18 Offset duration for the escalation start.
ESC_START_OFFSET_PERIOD VARCHAR2 30 Offset duration UOM for the escalation start.
ESC_START_DATE DATE Effective start date of escalation.
ESC_END_DATE DATE Effective end date of escalation.
ESC_END_OFFSET_DURATION NUMBER 18 Offset duration for the escalation start.
ESC_END_OFFSET_PERIOD VARCHAR2 30 Period UOM for the escalation duration.
PRICE_TERM_DURATION NUMBER 18 Duration of the pricing term.
PRICE_TERM_PERIOD VARCHAR2 30 Period UOM for the pricing term duration.
PRICE_TERM_END_DATE DATE End date for the pricing terms.
PRICE_TERM_END_OFFSET_DURATION NUMBER 18 Offset duration for the pricing term end.
PRICE_TERM_END_OFFSET_PERIOD VARCHAR2 30 Offset duration UOM for the pricing term end
ESCALATION_TYPE VARCHAR2 30 Yes The type of the price escalation.
ESCALATION_VALUE NUMBER The value of the price escalation.
ESCALATION_VALUE_EXPR VARCHAR2 4000 Escalation value as an expression.
NEXT_PRICE_TERM_START_DATE DATE Incidates the next pricing term start date.
PRICING_TERM_REF_DATE DATE Reference to next pricing term start date.
NEXT_EVALUATION_DATE DATE Date for next evaluation of the escalation expression.
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_PRODUCT_PRICE_ESC_N1 Non Unique Default SUBSCRIPTION_PRODUCT_ID
OSS_PRODUCT_PRICE_ESC_N2 Non Unique Default NEXT_EVALUATION_DATE
OSS_PRODUCT_PRICE_ESC_PK Unique Default ESCALATION_ID
OSS_PRODUCT_PRICE_ESC_U1 Unique Default ESCALATION_PUID