DBA Data[Home] [Help]

APPS.HXC_LKR_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_lkr_shd.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------
13: -- |---------------------------< constraint_error >---------------------------|
14: -- ----------------------------------------------------------------------------

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:
139: if g_debug then
140: l_proc := g_package||'lck';
141: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

146: ,p_argument => 'LOCKER_TYPE_OWNER_ID'
147: ,p_argument_value => p_locker_type_owner_id
148: );
149: if g_debug then
150: hr_utility.set_location(l_proc,6);
151: end if;
152: hr_api.mandatory_arg_error
153: (p_api_name => l_proc
154: ,p_argument => 'LOCKER_TYPE_REQUESTOR_ID'

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

168: Close C_Sel1;
169: --
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: --