DBA Data[Home] [Help]

APPS.ZX_TAXWARE_USER_PKG dependencies on ZX_SCO_TAXES_B_V

Line 1031: FROM ZX_SCO_TAXES_B_V

1027: ELSE
1028: BEGIN
1029: SELECT NVL(TAX_EXMPT_SOURCE_TAX, TAX_ACCOUNT_SOURCE_TAX) --Bug 8724051
1030: INTO l_tax_account_source_tax
1031: FROM ZX_SCO_TAXES_B_V
1032: WHERE tax_regime_code = p_tax_regime_code AND
1033: tax = tax_identifier_tab(i) AND
1034: ( g_trx_date >= effective_from AND
1035: (g_trx_date <= effective_to OR effective_to IS NULL));