DBA Data[Home] [Help]

APPS.PE_JEI_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 => 'job_extra_info_id'
55: ,p_argument_value => p_job_extra_info_id
56: );

Line 58: if ( nvl(pe_jei_bus.g_job_extra_info_id, hr_api.g_number)

54: ,p_argument => 'job_extra_info_id'
55: ,p_argument_value => p_job_extra_info_id
56: );
57: --
58: if ( nvl(pe_jei_bus.g_job_extra_info_id, hr_api.g_number)
59: = p_job_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 235: hr_api.mandatory_arg_error

231: hr_utility.set_location('Entering:'||l_proc, 1);
232: --
233: -- Check mandatory parameters have been set
234: --
235: hr_api.mandatory_arg_error
236: (
237: p_api_name => l_proc,
238: p_argument => 'job_id',
239: p_argument_value => p_job_id

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

396: end if;
397: --
398: hr_utility.set_location(l_proc, 30);
399: --
400: if nvl(p_rec.information_type, hr_api.g_varchar2) <>
401: nvl(pe_jei_shd.g_old_rec.information_type, hr_api.g_varchar2) then
402: l_argument := 'information_type';
403: raise l_error;
404: end if;

Line 401: nvl(pe_jei_shd.g_old_rec.information_type, hr_api.g_varchar2) then

397: --
398: hr_utility.set_location(l_proc, 30);
399: --
400: if nvl(p_rec.information_type, hr_api.g_varchar2) <>
401: nvl(pe_jei_shd.g_old_rec.information_type, hr_api.g_varchar2) then
402: l_argument := 'information_type';
403: raise l_error;
404: end if;
405: --

Line 408: if nvl(p_rec.job_id, hr_api.g_number) <>

404: end if;
405: --
406: hr_utility.set_location(l_proc, 40);
407: --
408: if nvl(p_rec.job_id, hr_api.g_number) <>
409: nvl(pe_jei_shd.g_old_rec.job_id, hr_api.g_number) then
410: l_argument := 'job_id';
411: raise l_error;
412: end if;

Line 409: nvl(pe_jei_shd.g_old_rec.job_id, hr_api.g_number) then

405: --
406: hr_utility.set_location(l_proc, 40);
407: --
408: if nvl(p_rec.job_id, hr_api.g_number) <>
409: nvl(pe_jei_shd.g_old_rec.job_id, hr_api.g_number) then
410: l_argument := 'job_id';
411: raise l_error;
412: end if;
413: --

Line 417: hr_api.argument_changed_error

413: --
414: hr_utility.set_location(' Leaving:'||l_proc, 50);
415: exception
416: when l_error then
417: hr_api.argument_changed_error
418: (p_api_name => l_proc
419: ,p_argument => l_argument
420: );
421: hr_utility.set_location(l_proc, 60);