DBA Data[Home] [Help]

APPS.ARPT_SQL_FUNC_UTIL dependencies on DBMS_UTILITY

Line 2020: l_hash_value := DBMS_UTILITY.get_hash_value(

2016: BEGIN
2017: IF p_lookup_code IS NOT NULL AND
2018: p_lookup_type IS NOT NULL THEN
2019:
2020: l_hash_value := DBMS_UTILITY.get_hash_value(
2021: p_lookup_type||'@*?'||p_lookup_code,
2022: 1000,
2023: 25000);
2024:

Line 3007: l_hash_value := DBMS_UTILITY.get_hash_value(p_concat_segments,

3003: /* Bug4400069 : Removed ' org_id IF ' condition and added NVL for org_id below */
3004:
3005: p_concat_segments := p_trx_type_id||'@*?'||p_org_id;
3006:
3007: l_hash_value := DBMS_UTILITY.get_hash_value(p_concat_segments,
3008: 1000,
3009: 25000);
3010: found := FALSE;
3011: IF pg_get_hash_name_cache.exists(l_hash_value) THEN