The ROIPRICPOLICYXFACILITY table stores the pricing policies available to each facility.
| Column Name | Data Type | Data Length | Description |
|---|---|---|---|
| facilitynum | bigint | 8 | Foreign key to MEDFACILITY. |
| pricingpolicynum | bigint | 8 | Foreign key to ROIPRICINGPOLICY. |
| flags | bigint | 8 | Miscellaneous bit flags. |
The indexes for ROIPRICPOLICYXFACILITY table are located in DBSpace8.
| Index Name | Indexed Columns |
|---|---|
| roipricpolicyxfacility1 | facilitynum |