DBA Data[Home] [Help]

APPS.IEX_PROMISE_RECON_RPT_PKG dependencies on DBMS_UTILITY

Line 705: l_hash_value := DBMS_UTILITY.get_hash_value(

701: l_resource_char:='';
702: l_source_code_char:='';
703: end if;
704:
705: l_hash_value := DBMS_UTILITY.get_hash_value(
706: l_resource_char||'@*?'||l_source_code_char,
707: 1000,
708: 25000);
709:

Line 751: l_hash_value := DBMS_UTILITY.get_hash_value(

747: l_resource_char:='';
748: l_source_code_char:='';
749: end if;
750:
751: l_hash_value := DBMS_UTILITY.get_hash_value(
752: l_resource_char||'@*?'||l_source_code_char,
753: 1000,
754: 25000);
755:

Line 788: l_hash_value := DBMS_UTILITY.get_hash_value(

784: l_resource_char:='';
785: l_source_code_char:='';
786: end if;
787:
788: l_hash_value := DBMS_UTILITY.get_hash_value(
789: l_resource_char||'@*?'||l_source_code_char,
790: 1000,
791: 25000);
792: if l_pmt_amt.exists(l_hash_value) then