DBA Data[Home] [Help]

APPS.ARP_TRX_LINE_UTIL dependencies on ZX_ID_TCC_MAPPING

Line 599: zx_id_tcc_mapping zx

595: zx.tax_classification_code
596: INTO
597: l_tax_classification_code
598: FROM
599: zx_id_tcc_mapping zx
600: WHERE
601: zx.source = 'AR' and
602: zx.tax_rate_code_id = p_vat_tax_id;
603: