OSS_ENT_PLAN_CHARGES

This table is used to capture entitlement plan charges.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_ENT_PLAN_CHARGES_PK

ENT_PLAN_CHARGE_ID

Columns

Name Datatype Length Precision Not-null Comments
ENT_PLAN_CHARGE_ID NUMBER 18 Yes Unique identifier entitlement plan charges.
ENT_PLAN_CHARGE_NUMBER VARCHAR2 120 Alternate identifier number of entitlement plan charges.
ENTITLEMENT_PLAN_ID NUMBER 18 Entitlement Plan identifier of entitlement plan charges.
BALANCE_PROFILE_ID NUMBER 18 Balance profile identifier of entitlement plan charges.
CHARGE_DEFINITION_ID NUMBER 18 Charge definition identifier of entitlement plan charges.
CHARGE_PRICE_TYPE VARCHAR2 30 Tracks the charge type for the given entitlement plan charge.
CHARGE_PERIOD VARCHAR2 30 Charge period of entitlement plan charges.
CHARGE_PERIOD_BASE_UOM VARCHAR2 30 Following field is used to capture charge period base uom.
CHARGE_PERIOD_CONVERSION_RATE NUMBER Following field is used to capture charge period conversion factor.
RELATED_CHARGE_DEFINITION_ID NUMBER 18 Field used to capture related charge definition identifier of entitlement plan charges.
USAGE_CAPTURE_FLAG VARCHAR2 1 Following field is used to capture usage capture flag.
ALLOWANCE_FLAG VARCHAR2 1 Following field is used to capture allowance grant is applicable or not.
ESTIMATE_FLAG VARCHAR2 1 Following field is used to capture estimate flag.
COMMITMENT_FLAG VARCHAR2 1 Following field is used to capture commitment flag.
VOLUME_PRICING_FLAG VARCHAR2 1 This field indicates whether this entitlement plan charge is eligible for volume pricing.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
OSS_ENT_PLAN_CHARGES oss_entitlement_plans ENTITLEMENT_PLAN_ID

Indexes

Index Uniqueness Tablespace Columns
OSS_ENT_PLAN_CHARGES_PK Unique Default ENT_PLAN_CHARGE_ID
OSS_ENT_PLAN_CHARGES_U1 Unique Default ENT_PLAN_CHARGE_NUMBER
OSS_ENT_PLAN_CHARGES_U2 Unique Default ENTITLEMENT_PLAN_ID, CHARGE_DEFINITION_ID