DBA Data[Home] [Help]

APPS.HR_PDC_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_contact_id'
50: ,p_argument_value => p_person_deplymt_contact_id
51: );

Line 53: if ( nvl(hr_pdc_bus.g_person_deplymt_contact_id, hr_api.g_number)

49: ,p_argument => 'person_deplymt_contact_id'
50: ,p_argument_value => p_person_deplymt_contact_id
51: );
52: --
53: if ( nvl(hr_pdc_bus.g_person_deplymt_contact_id, hr_api.g_number)
54: = p_person_deplymt_contact_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_pdc_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_pdc_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_pdc_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.contact_relationship_id,hr_api.g_number)

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

Line 152: <> nvl(hr_pdc_shd.g_old_rec.contact_relationship_id,hr_api.g_number) then

148: raise l_error;
149: end if;
150: --
151: if nvl(p_rec.contact_relationship_id,hr_api.g_number)
152: <> nvl(hr_pdc_shd.g_old_rec.contact_relationship_id,hr_api.g_number) then
153: l_argument := 'contact_relationship_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 285: hr_api.mandatory_arg_error

281: hr_utility.set_location('Entering:'||l_proc, 10);
282: --
283: -- Check mandatory parameters have been set
284: --
285: hr_api.mandatory_arg_error
286: (
287: p_api_name => l_proc,
288: p_argument => 'person_deployment_id',
289: p_argument_value => p_person_deployment_id

Line 292: hr_api.mandatory_arg_error

288: p_argument => 'person_deployment_id',
289: p_argument_value => p_person_deployment_id
290: );
291: --
292: hr_api.mandatory_arg_error
293: (
294: p_api_name => l_proc,
295: p_argument => 'contact_relationship_id',
296: p_argument_value => p_contact_relationship_id