DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_DET_FACTOR_TEMPL_DTL

Line 7762: FROM zx_det_factor_templ_dtl dtl,

7758: (c_det_factor_templ_cd ZX_DET_FACTOR_TEMPL_B.det_factor_templ_code%TYPE,
7759: c_event_class_mapping_id ZX_EVNT_CLS_MAPPINGS.event_class_mapping_id%TYPE)
7760: IS
7761: SELECT param.tax_parameter_code
7762: FROM zx_det_factor_templ_dtl dtl,
7763: zx_det_factor_templ_b templ,
7764: zx_event_class_params param
7765: WHERE templ.det_factor_templ_code = c_det_factor_templ_cd
7766: AND dtl.det_factor_templ_id = templ.det_factor_templ_id

Line 7804: -- get tax parameter codes for all determining factors from ZX_DET_FACTOR_TEMPL_DTL table.

7800: ZX_GLOBAL_STRUCTURES_PKG.g_template_valid_info_tbl(l_tbl_index).EVENT_CLASS_MAPPING_ID = p_event_class_rec.event_class_mapping_id
7801: THEN
7802: p_valid := ZX_GLOBAL_STRUCTURES_PKG.g_template_valid_info_tbl(l_tbl_index).VALID;
7803: ELSE
7804: -- get tax parameter codes for all determining factors from ZX_DET_FACTOR_TEMPL_DTL table.
7805:
7806: OPEN chk_taxevnt_parameter_code_csr(p_det_factor_templ_code,
7807: p_event_class_rec.event_class_mapping_id);
7808: