OSS_ENT_PLAN_COMMITMENTS

Following table is used to capture entitlement plan commitments.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_ENT_PLAN_COMMITMENTS_PK

ENT_PLAN_COMMITMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
ENT_PLAN_COMMITMENT_ID NUMBER 18 Yes Unique identifier of entitlement plan commitments.
ENT_PLAN_COMMITMENT_NUMBER VARCHAR2 120 Alternate key for entitlement plan commitments.
ENTITLEMENT_PLAN_ID NUMBER 18 Field used to capture entitlement plan id.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Field used to capture subscription product id.
PRODUCT_ENTITLEMENT_PLAN_ID NUMBER 18 Field used to capture product entitlement plan id.
BALANCE_CODE_ID NUMBER 18 Field used to capture balance code id.
BALANCE_CODE_TYPE VARCHAR2 30 Field used to capture balance code type.
BALANCE_PROFILE_ID NUMBER 18 Field used to capture balance profile id.
CHARGE_DEFINITION_ID NUMBER 18 Field used to capture charge definition id.
CHARGE_PRICE_TYPE VARCHAR2 30 Tracks the charge type for the given charge.
PERIOD VARCHAR2 30 Field used to capture commitment period.
PERIOD_BASE_UOM VARCHAR2 30 Field used to capture commitment period base uom.
CONVERSION_RATE NUMBER Field used to capture commitment conversion rate.
RELATED_CHARGE_DEFINITION_ID NUMBER 18 Field used to capture related charge definition identifier of entitlement plan commitments.
RELATED_CHARGE_PRICE_TYPE VARCHAR2 30 Tracks the charge type for the given related charge.
RELATED_CHARGE_PERIOD VARCHAR2 30 Tracks the charge period for the given related charge.
RELATED_CHARGE_BASE_UOM VARCHAR2 30 Tracks the charge period for the given related charge.
RELATED_CHARGE_CONVERSION_RATE NUMBER Tracks the charge conversion rate for the given related charge.
BALANCE_PROFILE_CHARGE_ID NUMBER 18 Field used to capture profile charge identifier of entitlement plan commitments.
PROFILE_BALANCE_CODE_ID NUMBER 18 Field used to capture profile balance code identifier of entitlement plan commitments.
QUANTITY NUMBER Field used to capture commitment quantity.
ROUNDED_QUANTITY NUMBER Field used to capture commitment rounded quantity.
UOM VARCHAR2 3 Field used to capture commitment unit of measure.
AMOUNT NUMBER Field used to capture commitment amount.
CURRENCY_CODE VARCHAR2 15 Field used to capture commitment currency 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_ENT_PLAN_COMMITMENTS_PK Unique Default ENT_PLAN_COMMITMENT_ID
OSS_ENT_PLAN_COMMITMENTS_U1 Unique Default ENT_PLAN_COMMITMENT_NUMBER