DBA Data[Home] [Help]

APPS.PER_ABV_SHD dependencies on HR_API

Line 373: hr_api.mandatory_arg_error(p_api_name => l_proc

369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: -- Ensure that all the mandatory arguments are not null
372: --
373: hr_api.mandatory_arg_error(p_api_name => l_proc
374: ,p_argument => 'effective_date'
375: ,p_argument_value => p_effective_date
376: );
377: --

Line 378: hr_api.mandatory_arg_error(p_api_name => l_proc

374: ,p_argument => 'effective_date'
375: ,p_argument_value => p_effective_date
376: );
377: --
378: hr_api.mandatory_arg_error(p_api_name => l_proc
379: ,p_argument => 'datetrack_mode'
380: ,p_argument_value => p_datetrack_mode
381: );
382: --

Line 383: hr_api.mandatory_arg_error(p_api_name => l_proc

379: ,p_argument => 'datetrack_mode'
380: ,p_argument_value => p_datetrack_mode
381: );
382: --
383: hr_api.mandatory_arg_error(p_api_name => l_proc
384: ,p_argument => 'assignment_budget_value_id'
385: ,p_argument_value => p_assignment_budget_value_id
386: );
387: --

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

384: ,p_argument => 'assignment_budget_value_id'
385: ,p_argument_value => p_assignment_budget_value_id
386: );
387: --
388: hr_api.mandatory_arg_error(p_api_name => l_proc,
389: p_argument => 'object_version_number',
390: p_argument_value => p_object_version_number);
391: --
392: --

Line 395: If (p_datetrack_mode <> hr_api.g_insert) then

391: --
392: --
393: -- Check to ensure the datetrack mode is not INSERT.
394: --
395: If (p_datetrack_mode <> hr_api.g_insert) then
396: --
397: -- We must select and lock the current row.
398: --
399: Open C_Sel1;

Line 455: When HR_Api.Object_Locked then

451: --
452: -- We need to trap the ORA LOCK exception
453: --
454: Exception
455: When HR_Api.Object_Locked then
456: --
457: -- The object is locked therefore we need to supply a meaningful
458: -- error message.
459: --