DBA Data[Home] [Help]

APPS.HR_CLE_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: --

Line 365: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 372: hr_api.mandatory_arg_error(p_api_name => l_proc

368: );
369: --
370: hr_utility.trace('soc_id' || p_soc_ins_contr_lvls_id);
371:
372: hr_api.mandatory_arg_error(p_api_name => l_proc
373: ,p_argument => 'soc_ins_contr_lvls_id'
374: ,p_argument_value => p_soc_ins_contr_lvls_id
375: );
376: hr_utility.trace('object' || p_object_version_number);

Line 378: hr_api.mandatory_arg_error(p_api_name => l_proc

374: ,p_argument_value => p_soc_ins_contr_lvls_id
375: );
376: hr_utility.trace('object' || p_object_version_number);
377: --
378: hr_api.mandatory_arg_error(p_api_name => l_proc
379: ,p_argument => 'object_version_number'
380: ,p_argument_value => p_object_version_number
381: );
382:

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

383: hr_utility.trace('object' || p_object_version_number);
384: --
385: -- Check to ensure the datetrack mode is not INSERT.
386: --
387: If (p_datetrack_mode <> hr_api.g_insert) then
388: --
389: -- We must select and lock the current row.
390: --
391: Open C_Sel1;

Line 444: When HR_Api.Object_Locked then

440: --
441: -- We need to trap the ORA LOCK exception
442: --
443: Exception
444: When HR_Api.Object_Locked then
445: --
446: -- The object is locked therefore we need to supply a meaningful
447: -- error message.
448: --