DBA Data[Home] [Help]

APPS.PA_OUTPUT_TAX dependencies on ZX_ID_TCC_MAPPING_ALL

Line 1555: from zx_id_tcc_mapping_all

1551: begin
1552:
1553: select rtrim(tax_classification_code)
1554: into l_tax_code
1555: from zx_id_tcc_mapping_all
1556: where tax_rate_code_id = p_tax_id
1557: and org_id = p_org_id
1558: and tax_class = 'OUTPUT'; -- added for bug 5061887
1559: