DBA Data[Home] [Help]

APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_SCO_TAXES_B_V

Line 6136: FROM ZX_SCO_TAXES_B_V

6132: and zx_lines.tax_line_id = c_tax_line_id;
6133:
6134: Cursor get_geography_type(c_tax_rate_id number) is
6135: SELECT zone_geography_type,tax,tax_regime_code
6136: FROM ZX_SCO_TAXES_B_V
6137: WHERE (tax_regime_code,tax) =
6138: (SELECT tax_regime_code,tax from ZX_SCO_RATES_B_V
6139: WHERE tax_rate_id = c_tax_rate_id);
6140: