DBA Data[Home] [Help]

APPS.BEN_CTK_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) := ' ben_ctk_shd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------< return_api_dml_status >-------------------------|
13: -- ----------------------------------------------------------------------------

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

155: l_proc varchar2(72) := g_package||'lck';
156: --
157: Begin
158: if g_debug then
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: end if;
161: --
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc

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

164: ,p_argument => 'GROUP_PER_IN_LER_ID'
165: ,p_argument_value => p_group_per_in_ler_id
166: );
167: if g_debug then
168: hr_utility.set_location(l_proc,6);
169: end if;
170: hr_api.mandatory_arg_error
171: (p_api_name => l_proc
172: ,p_argument => 'TASK_ID'

Line 176: hr_utility.set_location(l_proc,7);

172: ,p_argument => 'TASK_ID'
173: ,p_argument_value => p_task_id
174: );
175: if g_debug then
176: hr_utility.set_location(l_proc,7);
177: end if;
178: hr_api.mandatory_arg_error
179: (p_api_name => l_proc
180: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

198: fnd_message.raise_error;
199: End If;
200: --
201: if g_debug then
202: hr_utility.set_location(' Leaving:'||l_proc, 10);
203: end if;
204: --
205: -- We need to trap the ORA LOCK exception
206: --