OSS_ENT_PLAN_UOM_CONVERSIONS
Following table is used to capture entitlement plan uom code conversions.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OSS_ENT_PLAN_CONV_PK |
ENT_PLAN_UOM_CONV_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ENT_PLAN_UOM_CONV_ID | NUMBER | 18 | Yes | Unique Identifier of Entitlement Plan UOM Conversion Record. | |
| ENT_PLAN_UOM_CONV_NUMBER | VARCHAR2 | 120 | Alternate Identifier of Entitlement Plan UOM Conversion Record. | ||
| ENTITLEMENT_PLAN_ID | NUMBER | 18 | Foreign Key Identifier of Entitlement Plan Record. | ||
| BALANCE_PROFILE_ID | NUMBER | 18 | Foreign Key Identifier of Balance Profile record. | ||
| SUBSCRIPTION_PRODUCT_ID | NUMBER | 18 | Foreign Key Identifier of Subscription Product Record. | ||
| PRODUCT_ENTITLEMENT_PLAN_ID | NUMBER | 18 | Field used to capture product entitlement Record Id. | ||
| BALANCE_CODE_ID | NUMBER | 18 | Foreign Key Identifier of Balance Code record. | ||
| CHARGE_DEFINITION_ID | NUMBER | Field used to capture charge definition. | |||
| UOM_CODE | VARCHAR2 | 3 | Field used to capture the Unit of measure that should be converted. | ||
| UOM_CONV_RATE | NUMBER | Field used to capture the multiplier value to convert the UOM_CODE to CHARGE_UOM_CODE | |||
| CHARGE_UOM_CODE | VARCHAR2 | 3 | Field used to capture the Unit of measure from the charge to which the conversion is being made. | ||
| START_DATE_ACTIVE | DATE | Field used to capture the Start Date Active of the conversion record. | |||
| END_DATE_ACTIVE | DATE | Field used to capture the End Date Active of the conversion record. | |||
| ACTIVE_FLAG | VARCHAR2 | 1 | Field used to capture whether the conversion record is active or not. | ||
| 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_CONV_N1 | Non Unique | Default | ENTITLEMENT_PLAN_ID, ACTIVE_FLAG |
| OSS_ENT_PLAN_CONV_N2 | Non Unique | Default | SUBSCRIPTION_PRODUCT_ID |
| OSS_ENT_PLAN_CONV_PK | Unique | Default | ENT_PLAN_UOM_CONV_ID |
| OSS_ENT_PLAN_CONV_U1 | Unique | Default | ENT_PLAN_UOM_CONV_NUMBER |