DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on DBMS_UTILITY

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

4510: -- for checking if the value in cache is matching the current transaction value
4511: -- we need to call get_driver_value
4512: -- therefore commenting the caching logic as calling get_driver_value inside cache is redundant
4513:
4514: /* l_table_index := dbms_utility.get_hash_value(
4515: p_parameter_code,
4516: 1,
4517: 8192); */
4518:

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

4595: -- for checking if the value in cache is matching the current transaction value
4596: -- we need to call get_driver_value
4597: -- therefore commenting the caching logic as calling get_driver_value inside cache is redundant
4598:
4599: /* l_table_index := dbms_utility.get_hash_value(
4600: p_parameter_code,
4601: 1,
4602: 8192); */
4603:

Line 4678: l_table_index := dbms_utility.get_hash_value(

4674: END IF;
4675: END IF;
4676: p_return_status := FND_API.G_RET_STS_SUCCESS;
4677:
4678: l_table_index := dbms_utility.get_hash_value(
4679: p_parameter_code,
4680: 1,
4681: 8192);
4682:

Line 4764: l_table_index := dbms_utility.get_hash_value(

4760: END IF;
4761:
4762: p_return_status := FND_API.G_RET_STS_SUCCESS;
4763:
4764: l_table_index := dbms_utility.get_hash_value(
4765: p_parameter_code,
4766: 1,
4767: 8192);
4768:

Line 4936: l_table_index := dbms_utility.get_hash_value(

4932: END IF;
4933:
4934: p_return_status := FND_API.G_RET_STS_SUCCESS;
4935:
4936: l_table_index := dbms_utility.get_hash_value(
4937: p_parameter_code,
4938: 1,
4939: 8192);
4940: BEGIN

Line 7796: 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);

7792:
7793: --Initialize the return status , p_valid as TRUE
7794: p_valid := TRUE;
7795:
7796: 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);
7797:
7798: IF ZX_GLOBAL_STRUCTURES_PKG.g_template_valid_info_tbl.exists(l_tbl_index) AND
7799: ZX_GLOBAL_STRUCTURES_PKG.g_template_valid_info_tbl(l_tbl_index).DET_FACTOR_TEMPL_CODE = p_det_factor_templ_code AND
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

Line 8049: l_tbl_index := dbms_utility.get_hash_value(

8045:
8046: l_count := ZX_TDS_CALC_SERVICES_PUB_PKG.g_trx_alphanum_value_tbl.COUNT;
8047:
8048:
8049: l_tbl_index := dbms_utility.get_hash_value(
8050: p_Det_Factor_Class_Code || cache_delim ||
8051: p_determining_factor_code || cache_delim ||
8052: p_Determining_Factor_Cq_Code || cache_delim ||
8053: p_condition_value,