DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_WRAPPER_UTILITIES dependencies on HXC_DEPOSIT_WRAPPER_UTILITIES

Line 1: PACKAGE BODY hxc_deposit_wrapper_utilities AS

1: PACKAGE BODY hxc_deposit_wrapper_utilities AS
2: /* $Header: hxcdpwrut.pkb 120.12.12010000.2 2008/10/06 11:54:34 anuthi ship $ */
3:
4:
5: g_separator VARCHAR2(2) := '|';

Line 7: g_package VARCHAR2(50) := 'hxc_deposit_wrapper_utilities';

3:
4:
5: g_separator VARCHAR2(2) := '|';
6: g_pref_sep VARCHAR2(2) := '#';
7: g_package VARCHAR2(50) := 'hxc_deposit_wrapper_utilities';
8:
9: g_debug boolean :=hr_utility.debug_enabled;
10:
11: -- globals for caching the hours type poplist

Line 412: HXC_DEPOSIT_WRAPPER_UTILITIES.get_dupdff_code('PAEXPITDFF - ' || p_system_linkage);

408: PAEXPITDFFC - 1221233 is obtained by using the function get_paexpitdff_code
409: Else the usual process is followed */
410:
411: l_pa_context_code :=
412: HXC_DEPOSIT_WRAPPER_UTILITIES.get_dupdff_code('PAEXPITDFF - ' || p_system_linkage);
413:
414:
415: -- Get the corresponding context name
416:

Line 427: HXC_DEPOSIT_WRAPPER_UTILITIES.get_dupdff_code('PAEXPITDFF - ' || p_expenditure_type);

423: if (p_expenditure_type <> 'NO_PROJECTS') then
424:
425: -- l_pa_context_code := 'PAEXPITDFF - '||p_expenditure_type;
426: l_pa_context_code :=
427: HXC_DEPOSIT_WRAPPER_UTILITIES.get_dupdff_code('PAEXPITDFF - ' || p_expenditure_type);
428:
429: l_pa_context_name := fetch_context_name(l_pa_context_code);
430:
431: end if;

Line 2913: , p_transactions IN OUT NOCOPY hxc_deposit_wrapper_utilities.t_transaction ) IS

2909: PROCEDURE maintain_errors (
2910: p_translated_bb_ids_tab hxc_self_service_time_deposit.translate_bb_ids_tab
2911: , p_translated_ta_ids_tab hxc_self_service_time_deposit.translate_ta_ids_tab
2912: , p_messages IN OUT NOCOPY hxc_self_service_time_deposit.message_table
2913: , p_transactions IN OUT NOCOPY hxc_deposit_wrapper_utilities.t_transaction ) IS
2914:
2915: l_msg_ind BINARY_INTEGER;
2916: l_tbb_id NUMBER;
2917: l_ta_id NUMBER;

Line 3351: END hxc_deposit_wrapper_utilities;

3347: end if;
3348:
3349: end replace_resource_id;
3350:
3351: END hxc_deposit_wrapper_utilities;