DBA Data[Home] [Help]

APPS.PA_OUTPUT_TAX dependencies on ZX_ID_TCC_MAPPING_ALL

Line 1329: from zx_id_tcc_mapping_all

1325: begin
1326:
1327: select rtrim(tax_classification_code)
1328: into l_tax_code
1329: from zx_id_tcc_mapping_all
1330: where tax_rate_code_id = p_tax_id
1331: and org_id = p_org_id
1332: and tax_class = 'OUTPUT'; -- added for bug 5061887
1333: