DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on HXT_INTERFACE_UTILITIES

Line 1: PACKAGE BODY hxt_interface_utilities AS

1: PACKAGE BODY hxt_interface_utilities AS
2: /* $Header: hxtinterfaceutil.pkb 120.3.12000000.5 2007/06/11 10:22:11 rchennur noship $ */
3:
4: -- Global package name
5: g_debug boolean := hr_utility.debug_enabled;

Line 6: g_package CONSTANT package_name := 'hxt_interface_utilities.';

2: /* $Header: hxtinterfaceutil.pkb 120.3.12000000.5 2007/06/11 10:22:11 rchennur noship $ */
3:
4: -- Global package name
5: g_debug boolean := hr_utility.debug_enabled;
6: g_package CONSTANT package_name := 'hxt_interface_utilities.';
7: g_current_element pay_element_types_f.element_type_id%TYPE
8: := NULL;
9: -- GLOBAL SWITCHES --
10: -- Controls whether we do commits or not during the run

Line 3698: DBMS_PIPE.PURGE (hxt_interface_utilities.g_total_lines_pipe_name);

3694: hr_utility.set_location ( 'Leaving '
3695: || l_proc, 100);
3696: end if;
3697: DBMS_PIPE.reset_buffer;
3698: DBMS_PIPE.PURGE (hxt_interface_utilities.g_total_lines_pipe_name);
3699: RETURN l_batch_info;
3700: END read_pipe_batch_info;
3701:
3702: FUNCTION purge_pipe

Line 3709: DBMS_PIPE.PURGE (hxt_interface_utilities.g_total_lines_pipe_name);

3705: cannot_use_pipe EXCEPTION;
3706: PRAGMA EXCEPTION_INIT (cannot_use_pipe, -23322);
3707: l_purged BOOLEAN := FALSE;
3708: BEGIN
3709: DBMS_PIPE.PURGE (hxt_interface_utilities.g_total_lines_pipe_name);
3710: l_purged := TRUE;
3711: RETURN l_purged;
3712: EXCEPTION
3713: WHEN cannot_use_pipe

Line 3969: END hxt_interface_utilities;

3965: l_jurisdiction_code:=pay_ac_utility.get_geocode(l_state_name,l_county_name,l_city_name,l_zip_code);
3966: RETURN l_jurisdiction_code;
3967: END get_geocode_from_attr_tab;
3968:
3969: END hxt_interface_utilities;