DBA Data[Home] [Help]

APPS.BEN_ETD_SHD dependencies on HR_API

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

352: hr_utility.set_location('Entering:'||l_proc, 5);
353: --
354: -- Ensure that all the mandatory arguments are not null
355: --
356: hr_api.mandatory_arg_error(p_api_name => l_proc,
357: p_argument => 'effective_date',
358: p_argument_value => p_effective_date);
359: --
360: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

356: hr_api.mandatory_arg_error(p_api_name => l_proc,
357: p_argument => 'effective_date',
358: p_argument_value => p_effective_date);
359: --
360: hr_api.mandatory_arg_error(p_api_name => l_proc,
361: p_argument => 'datetrack_mode',
362: p_argument_value => p_datetrack_mode);
363: --
364: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

360: hr_api.mandatory_arg_error(p_api_name => l_proc,
361: p_argument => 'datetrack_mode',
362: p_argument_value => p_datetrack_mode);
363: --
364: hr_api.mandatory_arg_error(p_api_name => l_proc,
365: p_argument => 'elig_dpnt_othr_ptip_id',
366: p_argument_value => p_elig_dpnt_othr_ptip_id);
367: --
368: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

364: hr_api.mandatory_arg_error(p_api_name => l_proc,
365: p_argument => 'elig_dpnt_othr_ptip_id',
366: p_argument_value => p_elig_dpnt_othr_ptip_id);
367: --
368: hr_api.mandatory_arg_error(p_api_name => l_proc,
369: p_argument => 'object_version_number',
370: p_argument_value => p_object_version_number);
371: --
372: -- Check to ensure the datetrack mode is not INSERT.

Line 431: When HR_Api.Object_Locked then

427: --
428: -- We need to trap the ORA LOCK exception
429: --
430: Exception
431: When HR_Api.Object_Locked then
432: --
433: -- The object is locked therefore we need to supply a meaningful
434: -- error message.
435: --