DBA Data[Home] [Help]

APPS.HXC_VTL_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_vtl_shd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |---------------------------< constraint_error >---------------------------|
13: -- ----------------------------------------------------------------------------

Line 127: g_debug :=hr_utility.debug_enabled;

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

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

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

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

135: ,p_argument => 'ALIAS_VALUE_ID'
136: ,p_argument_value => p_alias_value_id
137: );
138: if g_debug then
139: hr_utility.set_location(l_proc,6);
140: end if;
141: hr_api.mandatory_arg_error
142: (p_api_name => l_proc
143: ,p_argument => 'LANGUAGE'

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

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