DBA Data[Home] [Help]

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

Line 137: g_debug:=hr_utility.debug_enabled;

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

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

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

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

163: fnd_message.raise_error;
164: End If;
165: --
166: if g_debug then
167: hr_utility.set_location(' Leaving:'||l_proc, 10);
168: end if;
169: --
170: -- We need to trap the ORA LOCK exception
171: --