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 562: DELETE zx_compound_errors_t;

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;