DBA Data[Home] [Help]

APPS.ZX_TCM_COMPOUND_PKG dependencies on ZX_COMPOUND_ERRORS_T

Line 202: INSERT INTO zx_compound_errors_t(

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)

Line 570: DELETE zx_compound_errors_t;

566:
567:
568: DELETE zx_tax_relations_t;
569: DELETE zx_tax_priorities_t;
570: DELETE zx_compound_errors_t;
571: COMMIT;
572:
573: load_regime_list;
574: load_tax_list;