DBA Data[Home] [Help]

APPS.PER_ABV_SHD dependencies on HR_API

Line 374: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 379: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 384: hr_api.mandatory_arg_error(p_api_name => l_proc

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

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

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

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

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

Line 456: When HR_Api.Object_Locked then

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