DBA Data[Home] [Help]

APPS.ARPCURR dependencies on DBMS_UTILITY

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

368: -- p_conversion_type IS NOT NULL THEN
369:
370: p_concat_segments := p_from_curr_code||'@*?'||p_to_curr_code||'@*?'||p_conversion_date||'@*?'||p_conversion_type;
371:
372: l_hash_value := DBMS_UTILITY.get_hash_value(p_concat_segments,
373: 1000,
374: 25000);
375: found := FALSE;
376: IF pg_getrate_hash_seg_cache.exists(l_hash_value) THEN