365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- Ensure that all the mandatory arguments are not null
368: --
369: hr_api.mandatory_arg_error(p_api_name => l_proc,
370: p_argument => 'effective_date',
371: p_argument_value => p_effective_date);
372: --
373: hr_api.mandatory_arg_error(p_api_name => l_proc,
369: hr_api.mandatory_arg_error(p_api_name => l_proc,
370: p_argument => 'effective_date',
371: p_argument_value => p_effective_date);
372: --
373: hr_api.mandatory_arg_error(p_api_name => l_proc,
374: p_argument => 'datetrack_mode',
375: p_argument_value => p_datetrack_mode);
376: --
377: hr_api.mandatory_arg_error(p_api_name => l_proc,
373: hr_api.mandatory_arg_error(p_api_name => l_proc,
374: p_argument => 'datetrack_mode',
375: p_argument_value => p_datetrack_mode);
376: --
377: hr_api.mandatory_arg_error(p_api_name => l_proc,
378: p_argument => 'dsbld_rt_id',
379: p_argument_value => p_dsbld_rt_id);
380: --
381: hr_api.mandatory_arg_error(p_api_name => l_proc,
377: hr_api.mandatory_arg_error(p_api_name => l_proc,
378: p_argument => 'dsbld_rt_id',
379: p_argument_value => p_dsbld_rt_id);
380: --
381: hr_api.mandatory_arg_error(p_api_name => l_proc,
382: p_argument => 'object_version_number',
383: p_argument_value => p_object_version_number);
384: --
385: -- Check to ensure the datetrack mode is not INSERT.
442: --
443: -- We need to trap the ORA LOCK exception
444: --
445: Exception
446: When HR_Api.Object_Locked then
447: --
448: -- The object is locked therefore we need to supply a meaningful
449: -- error message.
450: --