DBA Data[Home] [Help]

APPS.PER_PGS_SHD dependencies on HR_API

Line 309: hr_api.mandatory_arg_error(p_api_name => l_proc

305: hr_utility.set_location('Entering:'||l_proc, 5);
306: --
307: -- Ensure that all the mandatory arguments are not null
308: --
309: hr_api.mandatory_arg_error(p_api_name => l_proc
310: ,p_argument => 'effective_date'
311: ,p_argument_value => p_effective_date
312: );
313: --

Line 314: hr_api.mandatory_arg_error(p_api_name => l_proc

310: ,p_argument => 'effective_date'
311: ,p_argument_value => p_effective_date
312: );
313: --
314: hr_api.mandatory_arg_error(p_api_name => l_proc
315: ,p_argument => 'datetrack_mode'
316: ,p_argument_value => p_datetrack_mode
317: );
318: --

Line 319: hr_api.mandatory_arg_error(p_api_name => l_proc

315: ,p_argument => 'datetrack_mode'
316: ,p_argument_value => p_datetrack_mode
317: );
318: --
319: hr_api.mandatory_arg_error(p_api_name => l_proc
320: ,p_argument => 'grade_spine_id'
321: ,p_argument_value => p_grade_spine_id
322: );
323: --

Line 324: hr_api.mandatory_arg_error(p_api_name => l_proc

320: ,p_argument => 'grade_spine_id'
321: ,p_argument_value => p_grade_spine_id
322: );
323: --
324: hr_api.mandatory_arg_error(p_api_name => l_proc
325: ,p_argument => 'object_version_number'
326: ,p_argument_value => p_object_version_number
327: );
328: --

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

327: );
328: --
329: -- Check to ensure the datetrack mode is not INSERT.
330: --
331: If (p_datetrack_mode <> hr_api.g_insert) then
332: --
333: -- We must select and lock the current row.
334: --
335: Open C_Sel1;

Line 392: When HR_Api.Object_Locked then

388: --
389: -- We need to trap the ORA LOCK exception
390: --
391: Exception
392: When HR_Api.Object_Locked then
393: --
394: -- The object is locked therefore we need to supply a meaningful
395: -- error message.
396: --