DBA Data[Home] [Help]

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

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

247: --
248: l_proc varchar2(72) := g_package||'lck';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: hr_api.mandatory_arg_error
254: (p_api_name => l_proc
255: ,p_argument => 'GROUP_PER_IN_LER_ID'

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

254: (p_api_name => l_proc
255: ,p_argument => 'GROUP_PER_IN_LER_ID'
256: ,p_argument_value => p_group_per_in_ler_id
257: );
258: hr_utility.set_location(l_proc,6);
259: hr_api.mandatory_arg_error
260: (p_api_name => l_proc
261: ,p_argument => 'PL_ID'
262: ,p_argument_value => p_pl_id

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

260: (p_api_name => l_proc
261: ,p_argument => 'PL_ID'
262: ,p_argument_value => p_pl_id
263: );
264: hr_utility.set_location(l_proc,7);
265: hr_api.mandatory_arg_error
266: (p_api_name => l_proc
267: ,p_argument => 'OIPL_ID'
268: ,p_argument_value => p_oipl_id

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

266: (p_api_name => l_proc
267: ,p_argument => 'OIPL_ID'
268: ,p_argument_value => p_oipl_id
269: );
270: hr_utility.set_location(l_proc,8);
271: hr_api.mandatory_arg_error
272: (p_api_name => l_proc
273: ,p_argument => 'OBJECT_VERSION_NUMBER'
274: ,p_argument_value => p_object_version_number

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

290: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
291: fnd_message.raise_error;
292: End If;
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: --
296: -- We need to trap the ORA LOCK exception
297: --
298: Exception