OSS_RATE_PLAN_DETERMINANTS
This table is used to capture rate plan determinants.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
OSS_RATE_PLAN_DETERMINANTS_PK |
RATE_PLAN_DETERMINANT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RATE_PLAN_DETERMINANT_ID | NUMBER | 18 | Yes | This field uniquely identifies the specific rate plan determinant associated with each row in the dataset. | |
RATE_PLAN_DETERMINANT_NUMBER | VARCHAR2 | 120 | This field acts as an alternative identifier for the rate plan determinant associated with the row. | ||
PRICE_LIST_ID | NUMBER | 18 | This field tracks the price list ID associated with the rate plan determinant. | ||
INVENTORY_ITEM_ID | NUMBER | 18 | This field tracks the inventory item ID associated with the rate plan determinant. | ||
ORGANIZATION_ID | NUMBER | 18 | This field tracks the organization ID associated with the rate plan determinant. | ||
PRICE_UOM | VARCHAR2 | 3 | This field tracks the price unit of measure associated with the rate plan determinant. | ||
RATE_PLAN_ID | NUMBER | 18 | This field tracks the rate plan ID associated with the rate plan determinant. | ||
BUSINESS_UNIT_ID | NUMBER | 18 | To uniquely identify and differentiate various business units within an organisation. A business unit can represent a division, department, or any distinct part of a company that operates independently or has a specific function. | ||
SOURCE_TYPE | VARCHAR2 | 30 | This field tracks the source system associated with the rate plan determinant. | ||
RATE_PLAN_INSTANCE_FLAG | VARCHAR2 | 1 | This field tracks the identifier of rate plan instance associated with the rate plan determinant. | ||
STATUS | VARCHAR2 | 30 | This field tracks the status associated with the rate plan determinant. | ||
SUBSCRIPTION_PRODUCT_ID | NUMBER | 18 | This field tracks the subscription product id associated to rate plan instance. | ||
MASTER_CRITERIA_FLAG | VARCHAR2 | 1 | This field tracks the master criteria flag. | ||
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_RATE_PLAN_DETERMINANTS_N1 | Non Unique | Default | RATE_PLAN_ID, STATUS, RATE_PLAN_INSTANCE_FLAG, MASTER_CRITERIA_FLAG |
OSS_RATE_PLAN_DETERMINANTS_N2 | Non Unique | Default | SUBSCRIPTION_PRODUCT_ID, STATUS, MASTER_CRITERIA_FLAG |
OSS_RATE_PLAN_DETERMINANTS_PK | Unique | Default | RATE_PLAN_DETERMINANT_ID |
OSS_RATE_PLAN_DETERMINANTS_U1 | Unique | Default | RATE_PLAN_DETERMINANT_NUMBER |