DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on DBMS_UTILITY

Line 352: l_hashval := DBMS_UTILITY.get_hash_value (p_str, c_start, c_maxrange);

348: || 'hashval';
349: hr_utility.set_location ( 'Entering:'
350: || l_proc, 10);
351: end if;
352: l_hashval := DBMS_UTILITY.get_hash_value (p_str, c_start, c_maxrange);
353: if g_debug then
354: hr_utility.set_location ( 'Leaving:'
355: || l_proc, 100);
356: end if;

Line 981: l_var_asg_types DBMS_UTILITY.uncl_array;

977: RETURN VARCHAR2
978: AS
979: l_proc proc_name ;
980: l_asg_types_idx PLS_INTEGER;
981: l_var_asg_types DBMS_UTILITY.uncl_array;
982: l_tablen BINARY_INTEGER;
983: l_list VARCHAR2 (4000);
984: BEGIN
985:

Line 1001: DBMS_UTILITY.table_to_comma (tab => l_var_asg_types,

997: p_asg_type (l_asg_types_idx).asg_type;
998: l_asg_types_idx := p_asg_type.NEXT (l_asg_types_idx);
999: END LOOP;
1000:
1001: DBMS_UTILITY.table_to_comma (tab => l_var_asg_types,
1002: tablen => l_tablen,
1003: LIST => l_list
1004: );
1005: if g_debug then

Line 1017: l_var_asg_system_types DBMS_UTILITY.uncl_array;

1013: RETURN VARCHAR2
1014: AS
1015: l_proc proc_name ;
1016: l_asg_system_types_idx PLS_INTEGER;
1017: l_var_asg_system_types DBMS_UTILITY.uncl_array;
1018: l_tablen BINARY_INTEGER;
1019: l_list VARCHAR2 (4000);
1020: BEGIN
1021: g_debug :=hr_utility.debug_enabled;

Line 1038: DBMS_UTILITY.table_to_comma (tab => l_var_asg_system_types,

1034: l_asg_system_types_idx :=
1035: p_asg_system_type.NEXT (l_asg_system_types_idx);
1036: END LOOP;
1037:
1038: DBMS_UTILITY.table_to_comma (tab => l_var_asg_system_types,
1039: tablen => l_tablen,
1040: LIST => l_list
1041: );
1042: if g_debug then