DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_PKG dependencies on ZX_FORMULA_DETAILS

Line 63: from zx_formula_details

59: cursor getFormulaInfoD(c_formula_id in number ) is
60: select compounding_tax,
61: compounding_tax_regime_code,
62: Compounding_Type_Code
63: from zx_formula_details
64: where formula_id = c_formula_id;
65:
66: /* Bug#5395227 -- use cache structure
67: