DBA Data[Home] [Help]

APPS.ZX_DEFAULT_AUTOMATION_PKG dependencies on ZX_ID_TCC_MAPPING

Line 1441: FROM zx_id_tcc_mapping

1437:
1438: BEGIN
1439: SELECT tax_classification_code, effective_from, effective_to
1440: INTO l_tax_classification_code, l_effective_from, l_effective_to
1441: FROM zx_id_tcc_mapping
1442: WHERE tax_rate_code_id = l_tax_code_id
1443: AND source = 'AP';
1444:
1445: EXCEPTION