OSS_ENTITLEMENT_PLANS

This table is used to capture balance entitlement plan.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_ENTITLEMENT_PLANS_PK

ENTITLEMENT_PLAN_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTITLEMENT_PLAN_ID NUMBER 18 Yes Unique identifier balace entitlement plan.
ENTITLEMENT_PLAN_NUMBER VARCHAR2 120 Alternate identifier number of entitlement plan.
ENTITLEMENT_PLAN_NAME VARCHAR2 120 Following filed is used to capture name of entitlement plan.
ENTITLEMENT_PLAN_DESCRIPTION VARCHAR2 300 Plan description of entitlement plan.
BALANCE_PROFILE_ID NUMBER 18 Field used to capture subscription balance profile.
ENTITLEMENT_PLAN_STATUS VARCHAR2 30 Following field is used to capture status of entitlement plan.
ALLOWANCE_GRANT_FLAG VARCHAR2 1 Field used to indicate whether allowance grants are enabled or not.
ESTIMATE_FLAG VARCHAR2 1 Field used to indicate whether estimates are enabled or not.
COMMITMENT_FLAG VARCHAR2 1 Field used to indicate whether commitments are enabled or not.
EVENT_TYPE_ID NUMBER 18 It captures the identifier of the event type.
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_ENTITLEMENT_PLANS_PK Unique Default ENTITLEMENT_PLAN_ID
OSS_ENTITLEMENT_PLANS_U1 Unique Default ENTITLEMENT_PLAN_NUMBER