[Home] [Help]
7226: (c_det_factor_templ_cd ZX_DET_FACTOR_TEMPL_B.det_factor_templ_code%TYPE,
7227: c_event_class_mapping_id ZX_EVNT_CLS_MAPPINGS.event_class_mapping_id%TYPE)
7228: IS
7229: SELECT param.tax_parameter_code
7230: FROM zx_det_factor_templ_dtl dtl,
7231: zx_det_factor_templ_b templ,
7232: zx_event_class_params param
7233: WHERE templ.det_factor_templ_code = c_det_factor_templ_cd
7234: AND dtl.det_factor_templ_id = templ.det_factor_templ_id
7268:
7269: p_valid := ZX_GLOBAL_STRUCTURES_PKG.g_template_valid_info_tbl(l_tbl_index).VALID;
7270:
7271: ELSE
7272: -- get tax parameter codes for all determining factors from ZX_DET_FACTOR_TEMPL_DTL table.
7273:
7274: OPEN chk_taxevnt_parameter_code_csr(p_det_factor_templ_code,
7275: p_event_class_rec.event_class_mapping_id);
7276: