DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 60

         select compounding_tax,
                compounding_tax_regime_code,
                Compounding_Type_Code
          from zx_formula_details
        where formula_id = c_formula_id;
Line: 70

        select tax_id from ZX_SCO_TAXES
         where tax = c_tax
           and tax_regime_code = c_tax_regime_code;
Line: 76

        select formula_id from ZX_SCO_FORMULA
         where formula_code = c_formula_code;
Line: 352

   END CASE; -- Delete_Flag ...