DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on DBMS_UTILITY

Line 4171: /* l_table_index := dbms_utility.get_hash_value(

4167: -- for checking if the value in cache is matching the current transaction value
4168: -- we need to call get_driver_value
4169: -- therefore commenting the caching logic as calling get_driver_value inside cache is redundant
4170:
4171: /* l_table_index := dbms_utility.get_hash_value(
4172: p_parameter_code,
4173: 1,
4174: 8192); */
4175:

Line 4256: /* l_table_index := dbms_utility.get_hash_value(

4252: -- for checking if the value in cache is matching the current transaction value
4253: -- we need to call get_driver_value
4254: -- therefore commenting the caching logic as calling get_driver_value inside cache is redundant
4255:
4256: /* l_table_index := dbms_utility.get_hash_value(
4257: p_parameter_code,
4258: 1,
4259: 8192); */
4260:

Line 4335: l_table_index := dbms_utility.get_hash_value(

4331: 'p_parameter_code: ' || p_parameter_code );
4332: END IF;
4333: p_return_status := FND_API.G_RET_STS_SUCCESS;
4334:
4335: l_table_index := dbms_utility.get_hash_value(
4336: p_parameter_code,
4337: 1,
4338: 8192);
4339:

Line 4421: l_table_index := dbms_utility.get_hash_value(

4417: END IF;
4418:
4419: p_return_status := FND_API.G_RET_STS_SUCCESS;
4420:
4421: l_table_index := dbms_utility.get_hash_value(
4422: p_parameter_code,
4423: 1,
4424: 8192);
4425:

Line 4595: l_table_index := dbms_utility.get_hash_value(

4591: END IF;
4592:
4593: p_return_status := FND_API.G_RET_STS_SUCCESS;
4594:
4595: l_table_index := dbms_utility.get_hash_value(
4596: p_parameter_code,
4597: 1,
4598: 8192);
4599: BEGIN

Line 7265: l_tbl_index := dbms_utility.get_hash_value(p_det_factor_templ_code||to_char(p_event_class_rec.event_class_mapping_id), 1, 8192);

7261: 'ZX.PLSQL.ZX_TDS_RULE_BASE_DETM_PVT.check_templ_tax_parameter.BEGIN',
7262: 'ZX_TDS_RULE_BASE_DETM_PVT: check_templ_tax_parameter(+)');
7263: END IF;
7264:
7265: l_tbl_index := dbms_utility.get_hash_value(p_det_factor_templ_code||to_char(p_event_class_rec.event_class_mapping_id), 1, 8192);
7266:
7267: IF ZX_GLOBAL_STRUCTURES_PKG.g_template_valid_info_tbl.exists(l_tbl_index) THEN
7268:
7269: p_valid := ZX_GLOBAL_STRUCTURES_PKG.g_template_valid_info_tbl(l_tbl_index).VALID;

Line 7520: l_tbl_index := dbms_utility.get_hash_value(

7516:
7517: l_count := ZX_TDS_CALC_SERVICES_PUB_PKG.g_trx_alphanum_value_tbl.COUNT;
7518:
7519:
7520: l_tbl_index := dbms_utility.get_hash_value(
7521: p_Det_Factor_Class_Code || cache_delim ||
7522: p_determining_factor_code || cache_delim ||
7523: p_Determining_Factor_Cq_Code || cache_delim ||
7524: p_condition_value,