DBA Data[Home] [Help]

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

Line 134: g_debug:=hr_utility.debug_enabled;

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

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

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

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

142: ,p_argument => 'ALIAS_TYPE_COMPONENT_ID'
143: ,p_argument_value => p_alias_type_component_id
144: );
145: if g_debug then
146: hr_utility.set_location(l_proc,6);
147: end if;
148: hr_api.mandatory_arg_error
149: (p_api_name => l_proc
150: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

168: fnd_message.raise_error;
169: End If;
170: --
171: if g_debug then
172: hr_utility.set_location(' Leaving:'||l_proc, 10);
173: end if;
174: --
175: -- We need to trap the ORA LOCK exception
176: --