DBA Data[Home] [Help]

APPS.BEN_ELI_BUS dependencies on HR_API

Line 52: hr_api.mandatory_arg_error

48: hr_utility.set_location('Entering:'|| l_proc, 10);
49: --
50: -- Ensure that all the mandatory parameter are not null
51: --
52: hr_api.mandatory_arg_error
53: (p_api_name => l_proc
54: ,p_argument => 'elp_extra_info_id'
55: ,p_argument_value => p_elp_extra_info_id
56: );

Line 58: if ( nvl(ben_eli_bus.g_elp_extra_info_id, hr_api.g_number)

54: ,p_argument => 'elp_extra_info_id'
55: ,p_argument_value => p_elp_extra_info_id
56: );
57: --
58: if ( nvl(ben_eli_bus.g_elp_extra_info_id, hr_api.g_number)
59: = p_elp_extra_info_id) then
60: --
61: -- The legislation code has already been found with a previous
62: -- call to this function. Just return the value in the global

Line 148: hr_api.mandatory_arg_error

144: hr_utility.set_location('Entering:'||l_proc, 1);
145: --
146: -- Check mandatory parameters have been set
147: --
148: hr_api.mandatory_arg_error
149: (
150: p_api_name => l_proc,
151: p_argument => 'information_type',
152: p_argument_value => p_information_type

Line 230: hr_api.mandatory_arg_error

226: hr_utility.set_location('Entering:'||l_proc, 1);
227: --
228: -- Check mandatory parameters have been set
229: --
230: hr_api.mandatory_arg_error
231: (
232: p_api_name => l_proc,
233: p_argument => 'eligy_prfl_id',
234: p_argument_value => p_eligy_prfl_id

Line 395: if nvl(p_rec.information_type, hr_api.g_varchar2) <>

391: end if;
392: --
393: hr_utility.set_location(l_proc, 30);
394: --
395: if nvl(p_rec.information_type, hr_api.g_varchar2) <>
396: nvl(ben_eli_shd.g_old_rec.information_type, hr_api.g_varchar2) then
397: l_argument := 'information_type';
398: raise l_error;
399: end if;

Line 396: nvl(ben_eli_shd.g_old_rec.information_type, hr_api.g_varchar2) then

392: --
393: hr_utility.set_location(l_proc, 30);
394: --
395: if nvl(p_rec.information_type, hr_api.g_varchar2) <>
396: nvl(ben_eli_shd.g_old_rec.information_type, hr_api.g_varchar2) then
397: l_argument := 'information_type';
398: raise l_error;
399: end if;
400: --

Line 403: if nvl(p_rec.eligy_prfl_id, hr_api.g_number) <>

399: end if;
400: --
401: hr_utility.set_location(l_proc, 40);
402: --
403: if nvl(p_rec.eligy_prfl_id, hr_api.g_number) <>
404: nvl(ben_eli_shd.g_old_rec.eligy_prfl_id, hr_api.g_number) then
405: l_argument := 'eligy_prfl_id';
406: raise l_error;
407: end if;

Line 404: nvl(ben_eli_shd.g_old_rec.eligy_prfl_id, hr_api.g_number) then

400: --
401: hr_utility.set_location(l_proc, 40);
402: --
403: if nvl(p_rec.eligy_prfl_id, hr_api.g_number) <>
404: nvl(ben_eli_shd.g_old_rec.eligy_prfl_id, hr_api.g_number) then
405: l_argument := 'eligy_prfl_id';
406: raise l_error;
407: end if;
408: --

Line 412: hr_api.argument_changed_error

408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 50);
410: exception
411: when l_error then
412: hr_api.argument_changed_error
413: (p_api_name => l_proc
414: ,p_argument => l_argument
415: );
416: hr_utility.set_location(l_proc, 60);