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.8.12020000.3 2013/03/26 14:12:55 asrajago ship $ */
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.8.12020000.3 2013/03/26 14:12:55 asrajago ship $ */
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 3776: DBMS_PIPE.PURGE (hxt_interface_utilities.g_total_lines_pipe_name);

3772: hr_utility.set_location ( 'Leaving '
3773: || l_proc, 100);
3774: end if;
3775: DBMS_PIPE.reset_buffer;
3776: DBMS_PIPE.PURGE (hxt_interface_utilities.g_total_lines_pipe_name);
3777: RETURN l_batch_info;
3778: END read_pipe_batch_info;
3779:
3780: FUNCTION purge_pipe

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

3783: cannot_use_pipe EXCEPTION;
3784: PRAGMA EXCEPTION_INIT (cannot_use_pipe, -23322);
3785: l_purged BOOLEAN := FALSE;
3786: BEGIN
3787: DBMS_PIPE.PURGE (hxt_interface_utilities.g_total_lines_pipe_name);
3788: l_purged := TRUE;
3789: RETURN l_purged;
3790: EXCEPTION
3791: WHEN cannot_use_pipe

Line 4047: END hxt_interface_utilities;

4043: l_jurisdiction_code:=pay_ac_utility.get_geocode(l_state_name,l_county_name,l_city_name,l_zip_code);
4044: RETURN l_jurisdiction_code;
4045: END get_geocode_from_attr_tab;
4046:
4047: END hxt_interface_utilities;