I have a Calculation View which is used in a Composite Provider along with an ADSO. This is a hybrid solution for our reporting requirement. I want to move my Calculation View to a new Package using refactor but this is causing an error in the Composite Provider as the Composite Provider still pointing to the Original Package for the calculation View. I can use the 'replace' functionality to replace the Calculation View in the Composite Provider to point to the new package but it may mess up my mapping in the Composite Provider. Is there any other way to MOVE my calculation view from one Package to another with out impacting the Composite Provider?