DBA Data[Home] [Help]

APPS.ARPT_SQL_FUNC_UTIL dependencies on DBMS_UTILITY

Line 1930: l_hash_value := DBMS_UTILITY.get_hash_value(

1926: BEGIN
1927: IF p_lookup_code IS NOT NULL AND
1928: p_lookup_type IS NOT NULL THEN
1929:
1930: l_hash_value := DBMS_UTILITY.get_hash_value(
1931: p_lookup_type||'@*?'||p_lookup_code,
1932: 1000,
1933: 25000);
1934:

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

2884: /* Bug4400069 : Removed ' org_id IF ' condition and added NVL for org_id below */
2885:
2886: p_concat_segments := p_trx_type_id||'@*?'||p_org_id;
2887:
2888: l_hash_value := DBMS_UTILITY.get_hash_value(p_concat_segments,
2889: 1000,
2890: 25000);
2891: found := FALSE;
2892: IF pg_get_hash_name_cache.exists(l_hash_value) THEN