DBA Data[Home] [Help]

APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on ZX_DETERMINING_FACTORS_B

Line 199: zx_determining_factors_b.determining_factor_code%TYPE INDEX BY BINARY_INTEGER;

195: TYPE country_tab_type IS TABLE OF country_rec_type INDEX BY BINARY_INTEGER;
196: TYPE geography_tab_type IS TABLE OF geography_rec_type INDEX BY BINARY_INTEGER;
197:
198: TYPE det_factor_code_tab_type IS TABLE OF
199: zx_determining_factors_b.determining_factor_code%TYPE INDEX BY BINARY_INTEGER;
200: TYPE det_factor_class_tab_type is TABLE of
201: zx_determining_factors_b.Determining_Factor_Class_Code%TYPE INDEX BY BINARY_INTEGER;
202: TYPE regime_det_level_tab_type IS TABLE OF
203: zx_det_factor_templ_dtl.tax_regime_det_level_code%TYPE INDEX BY BINARY_INTEGER;

Line 201: zx_determining_factors_b.Determining_Factor_Class_Code%TYPE INDEX BY BINARY_INTEGER;

197:
198: TYPE det_factor_code_tab_type IS TABLE OF
199: zx_determining_factors_b.determining_factor_code%TYPE INDEX BY BINARY_INTEGER;
200: TYPE det_factor_class_tab_type is TABLE of
201: zx_determining_factors_b.Determining_Factor_Class_Code%TYPE INDEX BY BINARY_INTEGER;
202: TYPE regime_det_level_tab_type IS TABLE OF
203: zx_det_factor_templ_dtl.tax_regime_det_level_code%TYPE INDEX BY BINARY_INTEGER;
204:
205: l_location_id NUMBER;