DBA Data[Home] [Help]

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

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

216: l_proc varchar2(72) := g_package||'lck';
217: --
218: Begin
219: if g_debug then
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: end if;
222: --
223: hr_api.mandatory_arg_error
224: (p_api_name => l_proc

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

225: ,p_argument => 'GROUP_PER_IN_LER_ID'
226: ,p_argument_value => p_group_per_in_ler_id
227: );
228: if g_debug then
229: hr_utility.set_location(l_proc,6);
230: end if;
231: hr_api.mandatory_arg_error
232: (p_api_name => l_proc
233: ,p_argument => 'GROUP_PL_ID'

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

233: ,p_argument => 'GROUP_PL_ID'
234: ,p_argument_value => p_group_pl_id
235: );
236: if g_debug then
237: hr_utility.set_location(l_proc,7);
238: end if;
239: hr_api.mandatory_arg_error
240: (p_api_name => l_proc
241: ,p_argument => 'GROUP_OIPL_ID'

Line 245: hr_utility.set_location(l_proc,8);

241: ,p_argument => 'GROUP_OIPL_ID'
242: ,p_argument_value => p_group_oipl_id
243: );
244: if g_debug then
245: hr_utility.set_location(l_proc,8);
246: end if;
247: hr_api.mandatory_arg_error
248: (p_api_name => l_proc
249: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

267: fnd_message.raise_error;
268: End If;
269: --
270: if g_debug then
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: end if;
273: --
274: -- We need to trap the ORA LOCK exception
275: --