DBA Data[Home] [Help]

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

Line 135: g_debug :=hr_utility.debug_enabled;

131: --
132: l_proc varchar2(72) ;
133: --
134: Begin
135: g_debug :=hr_utility.debug_enabled;
136: if g_debug then
137: l_proc := g_package||'lck';
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: end if;

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

134: Begin
135: g_debug :=hr_utility.debug_enabled;
136: if g_debug then
137: l_proc := g_package||'lck';
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: end if;
140: --
141: hr_api.mandatory_arg_error
142: (p_api_name => l_proc

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

143: ,p_argument => 'LAYOUT_ID'
144: ,p_argument_value => p_layout_id
145: );
146: if g_debug then
147: hr_utility.set_location(l_proc,6);
148: end if;
149: hr_api.mandatory_arg_error
150: (p_api_name => l_proc
151: ,p_argument => 'LANGUAGE'

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

165: Close C_Sel1;
166: --
167: --
168: if g_debug then
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: end if;
171: --
172: -- We need to trap the ORA LOCK exception
173: --