DBA Data[Home] [Help]

APPS.BEN_PBN_SHD dependencies on HR_API

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

421: hr_utility.set_location('Entering:'||l_proc, 5);
422: --
423: -- Ensure that all the mandatory arguments are not null
424: --
425: hr_api.mandatory_arg_error(p_api_name => l_proc,
426: p_argument => 'effective_date',
427: p_argument_value => p_effective_date);
428: --
429: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

425: hr_api.mandatory_arg_error(p_api_name => l_proc,
426: p_argument => 'effective_date',
427: p_argument_value => p_effective_date);
428: --
429: hr_api.mandatory_arg_error(p_api_name => l_proc,
430: p_argument => 'datetrack_mode',
431: p_argument_value => p_datetrack_mode);
432: --
433: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

429: hr_api.mandatory_arg_error(p_api_name => l_proc,
430: p_argument => 'datetrack_mode',
431: p_argument_value => p_datetrack_mode);
432: --
433: hr_api.mandatory_arg_error(p_api_name => l_proc,
434: p_argument => 'pl_bnf_id',
435: p_argument_value => p_pl_bnf_id);
436: --
437: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

433: hr_api.mandatory_arg_error(p_api_name => l_proc,
434: p_argument => 'pl_bnf_id',
435: p_argument_value => p_pl_bnf_id);
436: --
437: hr_api.mandatory_arg_error(p_api_name => l_proc,
438: p_argument => 'object_version_number',
439: p_argument_value => p_object_version_number);
440: --
441: -- Check to ensure the datetrack mode is not INSERT.

Line 521: When HR_Api.Object_Locked then

517: --
518: -- We need to trap the ORA LOCK exception
519: --
520: Exception
521: When HR_Api.Object_Locked then
522: --
523: -- The object is locked therefore we need to supply a meaningful
524: -- error message.
525: --