198: GROUP BY a.parent_tax_code_id + a.child_tax_code_id, a.tax_group_id+b.tax_group_id);
199:
200:
201: -- this works when there is one parent only.
202: INSERT INTO zx_compound_errors_t(
203: tax_group_id ,
204: tax_group_code,
205: error_number,
206: error_message)
558:
559:
560: DELETE zx_tax_relations_t;
561: DELETE zx_tax_priorities_t;
562: DELETE zx_compound_errors_t;
563: COMMIT;
564:
565: load_regime_list;
566: load_tax_list;