DBA Data[Home] [Help]

APPS.IRC_JBI_BUS dependencies on HR_API

Line 187: hr_api.mandatory_arg_error

183: hr_utility.set_location('Entering:'|| l_proc, 10);
184: --
185: -- Ensure that all the mandatory parameter are not null
186: --
187: hr_api.mandatory_arg_error
188: (p_api_name => l_proc
189: ,p_argument => 'JOB_BASKET_ITEM_ID'
190: ,p_argument_value => p_job_basket_item_id
191: );

Line 192: hr_api.mandatory_arg_error

188: (p_api_name => l_proc
189: ,p_argument => 'JOB_BASKET_ITEM_ID'
190: ,p_argument_value => p_job_basket_item_id
191: );
192: hr_api.mandatory_arg_error
193: (p_api_name => l_proc
194: ,p_argument => 'recruitment_activity_id'
195: ,p_argument_value => p_recruitment_activity_id
196: );

Line 215: hr_api.set_security_group_id

211: close csr_sec_grp;
212: --
213: -- Set the security_group_id in CLIENT_INFO
214: --
215: hr_api.set_security_group_id
216: (p_security_group_id => l_security_group_id
217: );
218: --
219: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 245: hr_api.mandatory_arg_error

241: hr_utility.set_location('Entering:'|| l_proc, 10);
242: --
243: -- Ensure that all the mandatory parameter are not null
244: --
245: hr_api.mandatory_arg_error
246: (p_api_name => l_proc
247: ,p_argument => 'JOB_BASKET_ITEM_ID'
248: ,p_argument_value => p_job_basket_item_id
249: );

Line 309: hr_api.argument_changed_error

305: fnd_message.raise_error;
306: END IF;
307: EXCEPTION
308: WHEN l_error THEN
309: hr_api.argument_changed_error
310: (p_api_name => l_proc
311: ,p_argument => l_argument);
312: WHEN OTHERS THEN
313: RAISE;