DBA Data[Home] [Help]

APPS.HXC_HSD_SHD dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_hsd_shd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |---------------------------< constraint_error >---------------------------|
13: -- ----------------------------------------------------------------------------

Line 128: g_debug:=hr_utility.debug_enabled;

124: --
125: l_proc varchar2(72);
126: --
127: Begin
128: g_debug:=hr_utility.debug_enabled;
129: if g_debug then
130: l_proc := g_package||'lck';
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: end if;

Line 131: hr_utility.set_location('Entering:'||l_proc, 5);

127: Begin
128: g_debug:=hr_utility.debug_enabled;
129: if g_debug then
130: l_proc := g_package||'lck';
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: end if;
133: --
134: hr_api.mandatory_arg_error
135: (p_api_name => l_proc

Line 140: hr_utility.set_location(l_proc,6);

136: ,p_argument => 'OBJECT_ID'
137: ,p_argument_value => p_object_id
138: );
139: if g_debug then
140: hr_utility.set_location(l_proc,6);
141: end if;
142: hr_api.mandatory_arg_error
143: (p_api_name => l_proc
144: ,p_argument => 'OBJECT_TYPE'

Line 162: hr_utility.set_location(' Leaving:'||l_proc, 10);

158: Close C_Sel1;
159: --
160: --
161: if g_debug then
162: hr_utility.set_location(' Leaving:'||l_proc, 10);
163: end if;
164: --
165: -- We need to trap the ORA LOCK exception
166: --