DBA Data[Home] [Help]

APPS.ZX_DEFAULT_AUTOMATION_PKG dependencies on ZX_ID_TCC_MAPPING

Line 1233: FROM zx_id_tcc_mapping

1229:
1230: BEGIN
1231: SELECT tax_classification_code, effective_from, effective_to
1232: INTO l_tax_classification_code, l_effective_from, l_effective_to
1233: FROM zx_id_tcc_mapping
1234: WHERE tax_rate_code_id = l_tax_code_id
1235: AND source = 'AP';
1236:
1237: EXCEPTION