The ROIPRICINGPOLICY table stores the pricing policies.
| Column Name | Data Type | Data Length | Description |
|---|---|---|---|
| pricingpolicynum | bigint | 8 | Unique identifier for the pricing policy. |
| pricingpolicyname | char | 50 | Name of the pricing policy. |
| pricingpolicydesc | char | 200 | Description of the pricing policy. |
| flags | bigint | 8 | Miscellaneous bit flags. |
The indexes for ROIPRICINGPOLICY table are located in DBSpace8.
| Index Name | Indexed Columns |
|---|---|
| roipricingpolicy1 | pricingpolicynum |