DBA Data[Home] [Help]

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

Line 136: g_debug:=hr_utility.debug_enabled;

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

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

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

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

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