DBA Data[Home] [Help]

APPS.BEN_ESP_SHD dependencies on HR_API

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

356: hr_utility.set_location('Entering:'||l_proc, 5);
357: --
358: -- Ensure that all the mandatory arguments are not null
359: --
360: hr_api.mandatory_arg_error(p_api_name => l_proc,
361: p_argument => 'effective_date',
362: p_argument_value => p_effective_date);
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 => 'effective_date',
362: p_argument_value => p_effective_date);
363: --
364: hr_api.mandatory_arg_error(p_api_name => l_proc,
365: p_argument => 'datetrack_mode',
366: p_argument_value => p_datetrack_mode);
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 => 'datetrack_mode',
366: p_argument_value => p_datetrack_mode);
367: --
368: hr_api.mandatory_arg_error(p_api_name => l_proc,
369: p_argument => 'ELIG_SP_CLNG_PRG_PRTE_ID',
370: p_argument_value => p_elig_sp_clng_prg_prte_id);
371: --
372: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

368: hr_api.mandatory_arg_error(p_api_name => l_proc,
369: p_argument => 'ELIG_SP_CLNG_PRG_PRTE_ID',
370: p_argument_value => p_elig_sp_clng_prg_prte_id);
371: --
372: hr_api.mandatory_arg_error(p_api_name => l_proc,
373: p_argument => 'object_version_number',
374: p_argument_value => p_object_version_number);
375: --
376: -- Check to ensure the datetrack mode is not INSERT.

Line 435: When HR_Api.Object_Locked then

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