https://jira.uptake.com/browse/TOR-47686
We used to have an Admin functionality to copy 1 division configuration to another in COTI however we disabled this functionality as the Proc was written in a bad way in which it was relying on the insightDb catalog.
We renamed that Proc as DBA_AddNewDivision later to be used by our users without the UI.
Recently the team modified the proc and removed the catalog but add another issue which is creating the backup tables inside the AppDb_SMA data which means it is causing schema drifts each time we run that proc.
I would propose after fixing the backup with proper Log tables, to integrate this Proc to the current Admin Division., it will be a great feature and in my opinion, low hanging fruit.