DBA Data[Home] [Help]

APPS.HR_CURRENCY_PKG dependencies on DBMS_UTILITY

Line 516: hash_number := dbms_utility.get_hash_value

512: hash_number PLS_INTEGER;
513:
514: BEGIN
515:
516: hash_number := dbms_utility.get_hash_value
517: (p_from_currency
518: ,1
519: ,32768);
520:

Line 851: g_hash_number := dbms_utility.get_hash_value

847: -- of a second PL/SQL function call.
848: --
849: -- Search for p_from_currency in the currency cache in this package
850: --
851: g_hash_number := dbms_utility.get_hash_value
852: (p_from_currency
853: ,1
854: ,32768
855: );

Line 919: g_hash_number := dbms_utility.get_hash_value

915: -- of a second PL/SQL function call.
916: --
917: -- Search for p_from_currency in the currency cache in this package
918: --
919: g_hash_number := dbms_utility.get_hash_value
920: (p_from_currency
921: ,1
922: ,32768
923: );

Line 997: g_hash_number := dbms_utility.get_hash_value

993: -- of a second PL/SQL function call.
994: --
995: -- Search for p_currency in the currency cache in this package
996: --
997: g_hash_number := dbms_utility.get_hash_value
998: (p_currency
999: ,1
1000: ,32768
1001: );