DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_EVNT_CLS_MAPPINGS

Line 1531: l_source_event_class_code ZX_EVNT_CLS_MAPPINGS.EVENT_CLASS_CODE%TYPE;

1527: l_tax_regime_code_tbl TAX_REGIME_CODE_TBL;
1528: l_tax_rule_id_tbl TAX_RULE_ID_TBL;
1529:
1530: --Bug 4670938 - Changed the type since EVENT_CLASS_CODE is removed from zx_rules_b
1531: l_source_event_class_code ZX_EVNT_CLS_MAPPINGS.EVENT_CLASS_CODE%TYPE;
1532:
1533: --CR#4255160. Added new variables to store the Rule level Determining Factor CQ,
1534: -- Geography type and Geography Id
1535: l_rule_det_factor_cq_tbl RULE_DET_FACTOR_CQ_TBL;

Line 7227: c_event_class_mapping_id ZX_EVNT_CLS_MAPPINGS.event_class_mapping_id%TYPE)

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