DBA Data[Home] [Help]

APPS.BEN_PEI_SHD dependencies on HR_API

Line 319: hr_api.mandatory_arg_error(p_api_name => l_proc,

315: hr_utility.set_location('Entering:'||l_proc, 5);
316: --
317: -- Ensure that all the mandatory arguments are not null
318: --
319: hr_api.mandatory_arg_error(p_api_name => l_proc,
320: p_argument => 'effective_date',
321: p_argument_value => p_effective_date);
322: --
323: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 323: hr_api.mandatory_arg_error(p_api_name => l_proc,

319: hr_api.mandatory_arg_error(p_api_name => l_proc,
320: p_argument => 'effective_date',
321: p_argument_value => p_effective_date);
322: --
323: hr_api.mandatory_arg_error(p_api_name => l_proc,
324: p_argument => 'datetrack_mode',
325: p_argument_value => p_datetrack_mode);
326: --
327: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 327: hr_api.mandatory_arg_error(p_api_name => l_proc,

323: hr_api.mandatory_arg_error(p_api_name => l_proc,
324: p_argument => 'datetrack_mode',
325: p_argument_value => p_datetrack_mode);
326: --
327: hr_api.mandatory_arg_error(p_api_name => l_proc,
328: p_argument => 'pl_extract_identifier_id',
329: p_argument_value => p_pl_extract_identifier_id);
330: --
331: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 331: hr_api.mandatory_arg_error(p_api_name => l_proc,

327: hr_api.mandatory_arg_error(p_api_name => l_proc,
328: p_argument => 'pl_extract_identifier_id',
329: p_argument_value => p_pl_extract_identifier_id);
330: --
331: hr_api.mandatory_arg_error(p_api_name => l_proc,
332: p_argument => 'object_version_number',
333: p_argument_value => p_object_version_number);
334: --
335: -- Check to ensure the datetrack mode is not INSERT.

Line 394: When HR_Api.Object_Locked then

390: --
391: -- We need to trap the ORA LOCK exception
392: --
393: Exception
394: When HR_Api.Object_Locked then
395: --
396: -- The object is locked therefore we need to supply a meaningful
397: -- error message.
398: --