DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_EVNT_CLS_MAPPINGS

Line 684: l_source_event_class_code ZX_EVNT_CLS_MAPPINGS.EVENT_CLASS_CODE%TYPE;

680: l_rule_det_factor_cq_tbl RULE_DET_FACTOR_CQ_TBL;
681: l_rule_geography_type_tbl RULE_GEOGRAPHY_TYPE_TBL;
682: l_rule_geography_id_tbl RULE_GEOGRAPHY_ID_TBL;
683:
684: l_source_event_class_code ZX_EVNT_CLS_MAPPINGS.EVENT_CLASS_CODE%TYPE;
685:
686:
687: --
688: -- cursor for getting determining factor templates from rules

Line 1785: l_source_event_class_code ZX_EVNT_CLS_MAPPINGS.EVENT_CLASS_CODE%TYPE;

1781: l_tax_regime_code_tbl TAX_REGIME_CODE_TBL;
1782: l_tax_rule_id_tbl TAX_RULE_ID_TBL;
1783:
1784: --Bug 4670938 - Changed the type since EVENT_CLASS_CODE is removed from zx_rules_b
1785: l_source_event_class_code ZX_EVNT_CLS_MAPPINGS.EVENT_CLASS_CODE%TYPE;
1786:
1787: --CR#4255160. Added new variables to store the Rule level Determining Factor CQ,
1788: -- Geography type and Geography Id
1789: l_rule_det_factor_cq_tbl RULE_DET_FACTOR_CQ_TBL;

Line 7759: c_event_class_mapping_id ZX_EVNT_CLS_MAPPINGS.event_class_mapping_id%TYPE)

7755: -- template. If it is 'Y', this DF template needs to be processed.
7756: --
7757: CURSOR chk_taxevnt_parameter_code_csr
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,