OSS_CHARGE_PERIODS

This table contains charge periods data

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_CHARGE_PERIODS_PK

CHARGE_PERIOD_ID

Columns

Name Datatype Length Precision Not-null Comments
CHARGE_PERIOD_ID NUMBER 18 Yes Primary key column of the table
CHARGE_PERIOD_PUID VARCHAR2 120 Yes Public unique identifier for charge period
CHARGE_ID NUMBER 18 Unique Id of charges
CHARGE_NAME VARCHAR2 120 Name of product charge
CHARGE_DEFINITION VARCHAR2 30 Definition code for the pricing charge
SUBSCRIPTION_ID NUMBER 18 Unique Id of Subscriptions
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Subscription product Identifier,foreign key to oss_products
PRODUCT_ASSOCIATION_ID NUMBER 18 Id of Product Associations
CHARGE_PERIOD NUMBER Total duaration in charge periodicity
TERM_NUMBER NUMBER Pricing Term Sequence Number
PERIOD_START_DATE DATE Start date of charge period
PERIOD_END_DATE DATE End date of charge period
CHARGE_PERIOD_FACTOR NUMBER Charge period factor
LIST_PRICE NUMBER List price of charge
CHARGE_ADJUSTMENT_AMOUNT NUMBER Adjustment Amount of particular charge
BILL_ADJUSTMENT_AMOUNT NUMBER Adjustment Amount of Bill Lines
NET_PRICE NUMBER Net price for charge period
REVENUE_LINE_ID NUMBER 18 Identifier of revenue line linked to charge period
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_CHARGE_PERIODS_U1 Unique Default CHARGE_PERIOD_ID
OSS_CHARGE_PERIODS_U2 Unique Default CHARGE_PERIOD_PUID