DBA Data[Home] [Help]

APPS.HXC_LAYOUTS_UPLOAD_PKG dependencies on HR_UTILITY

Line 6: g_debug boolean :=hr_utility.debug_enabled;

2: /* $Header: hxculaupl.pkb 120.2 2005/09/23 09:47:53 rchennur noship $ */
3:
4: glb_debug VARCHAR2(32000) := NULL;
5: l_modifier_level hxc_layouts.modifier_level%TYPE;
6: g_debug boolean :=hr_utility.debug_enabled;
7:
8: -- =================================================================
9: -- == find_application_id
10: -- =================================================================

Line 189: g_debug :=hr_utility.debug_enabled;

185: );
186:
187: BEGIN
188: --
189: g_debug :=hr_utility.debug_enabled;
190: if g_debug then
191: hr_utility.set_location('Entering Load Layout Row ', 10);
192: end if;
193: --

Line 191: hr_utility.set_location('Entering Load Layout Row ', 10);

187: BEGIN
188: --
189: g_debug :=hr_utility.debug_enabled;
190: if g_debug then
191: hr_utility.set_location('Entering Load Layout Row ', 10);
192: end if;
193: --
194: -- Find the application id
195: --

Line 203: hr_utility.set_location('In Load Layout Row ', 20);

199: );
200: --
201: BEGIN
202: if g_debug then
203: hr_utility.set_location('In Load Layout Row ', 20);
204: end if;
205: --
206: -- check to see row exists
207: --

Line 1029: g_debug :=hr_utility.debug_enabled;

1025: p_display_layout_name --added
1026: AND userenv('LANG') IN (LANGUAGE, source_lang));
1027: BEGIN
1028: --
1029: g_debug :=hr_utility.debug_enabled;
1030: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
1031: l_last_update_date_f :=
1032: nvl(TO_DATE(p_last_update_date, 'YYYY/MM/DD'), sysdate);
1033: if g_debug then

Line 1034: hr_utility.set_location('Entering Load Layout Row ', 10);

1030: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
1031: l_last_update_date_f :=
1032: nvl(TO_DATE(p_last_update_date, 'YYYY/MM/DD'), sysdate);
1033: if g_debug then
1034: hr_utility.set_location('Entering Load Layout Row ', 10);
1035: end if;
1036: --
1037: -- Find the application id
1038: --

Line 1047: hr_utility.set_location('In Load Layout Row ', 20);

1043:
1044: --
1045: BEGIN
1046: if g_debug then
1047: hr_utility.set_location('In Load Layout Row ', 20);
1048: end if;
1049:
1050: --
1051: -- check to see row exists