DBA Data[Home] [Help]

APPS.ZX_TAXWARE_TAX_SERVICE_PKG dependencies on ZX_TRX_HEADERS_GT

Line 4760: from ZX_TRX_HEADERS_GT

4756:
4757: BEGIN
4758: select count(*)
4759: into l_cnt_of_trx_hdr_gt
4760: from ZX_TRX_HEADERS_GT
4761: where trx_id = x_transaction_rec.transaction_id;
4762: EXCEPTION WHEN OTHERS THEN
4763: l_cnt_of_trx_hdr_gt := 0;
4764: END;