Reload All Rate Plans

In order to reload all of the rate plans, disable the automatic routing table replication and rating.

The quickest way to clear out the database is to truncate tables - the RatePlanData and the RatePlan tables.

sql>truncate table RatePlanData;
sql>truncate table RatePlan;

Upload files for the current rate plans to OSS and let rate plan provision to upload rates into the database.