DBA Data[Home] [Help]

APPS.HR_PDE_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Ensure that all the mandatory parameter are not null
46: --
47: hr_api.mandatory_arg_error
48: (p_api_name => l_proc
49: ,p_argument => 'person_deplymt_eit_id'
50: ,p_argument_value => p_person_deplymt_eit_id
51: );

Line 53: if ( nvl(hr_pde_bus.g_person_deplymt_eit_id, hr_api.g_number)

49: ,p_argument => 'person_deplymt_eit_id'
50: ,p_argument_value => p_person_deplymt_eit_id
51: );
52: --
53: if ( nvl(hr_pde_bus.g_person_deplymt_eit_id, hr_api.g_number)
54: = p_person_deplymt_eit_id) then
55: --
56: -- The legislation code has already been found with a previous
57: -- call to this function. Just return the value in the global

Line 145: if nvl(p_rec.person_deployment_id,hr_api.g_number)

141: END IF;
142: --
143: hr_utility.set_location (l_proc, 20);
144: --
145: if nvl(p_rec.person_deployment_id,hr_api.g_number)
146: <> nvl(hr_pde_shd.g_old_rec.person_deployment_id,hr_api.g_number) then
147: l_argument := 'person_deployment_id';
148: raise l_error;
149: end if;

Line 146: <> nvl(hr_pde_shd.g_old_rec.person_deployment_id,hr_api.g_number) then

142: --
143: hr_utility.set_location (l_proc, 20);
144: --
145: if nvl(p_rec.person_deployment_id,hr_api.g_number)
146: <> nvl(hr_pde_shd.g_old_rec.person_deployment_id,hr_api.g_number) then
147: l_argument := 'person_deployment_id';
148: raise l_error;
149: end if;
150: --

Line 151: if nvl(p_rec.person_extra_info_id,hr_api.g_number)

147: l_argument := 'person_deployment_id';
148: raise l_error;
149: end if;
150: --
151: if nvl(p_rec.person_extra_info_id,hr_api.g_number)
152: <> nvl(hr_pde_shd.g_old_rec.person_extra_info_id,hr_api.g_number) then
153: l_argument := 'person_extra_info_id';
154: raise l_error;
155: end if;

Line 152: <> nvl(hr_pde_shd.g_old_rec.person_extra_info_id,hr_api.g_number) then

148: raise l_error;
149: end if;
150: --
151: if nvl(p_rec.person_extra_info_id,hr_api.g_number)
152: <> nvl(hr_pde_shd.g_old_rec.person_extra_info_id,hr_api.g_number) then
153: l_argument := 'person_extra_info_id';
154: raise l_error;
155: end if;
156: --

Line 161: hr_api.argument_changed_error

157: hr_utility.set_location(' Leaving : '|| l_proc, 30);
158: --
159: exception
160: when l_error then
161: hr_api.argument_changed_error
162: (p_api_name => l_proc
163: ,p_argument => l_argument);
164: when others then
165: raise;

Line 212: hr_api.mandatory_arg_error

208: hr_utility.set_location('Entering:'||l_proc, 10);
209: --
210: -- Check mandatory parameters have been set
211: --
212: hr_api.mandatory_arg_error
213: (
214: p_api_name => l_proc,
215: p_argument => 'person_deployment_id',
216: p_argument_value => p_person_deployment_id

Line 301: hr_api.mandatory_arg_error

297: hr_utility.set_location('Entering:'||l_proc, 10);
298: --
299: -- Check mandatory parameters have been set
300: --
301: hr_api.mandatory_arg_error
302: (
303: p_api_name => l_proc,
304: p_argument => 'person_deployment_id',
305: p_argument_value => p_person_deployment_id

Line 308: hr_api.mandatory_arg_error

304: p_argument => 'person_deployment_id',
305: p_argument_value => p_person_deployment_id
306: );
307: --
308: hr_api.mandatory_arg_error
309: (
310: p_api_name => l_proc,
311: p_argument => 'person_extra_info_id_id',
312: p_argument_value => p_person_extra_info_id