DBA Data[Home] [Help]

APPS.PQP_VRE_SHD dependencies on HR_API

Line 415: hr_api.mandatory_arg_error(p_api_name => l_proc

411: hr_utility.set_location('Entering:'||l_proc, 5);
412: --
413: -- Ensure that all the mandatory arguments are not null
414: --
415: hr_api.mandatory_arg_error(p_api_name => l_proc
416: ,p_argument =>'effective_date'
417: ,p_argument_value => p_effective_date
418: );
419: --

Line 420: hr_api.mandatory_arg_error(p_api_name => l_proc

416: ,p_argument =>'effective_date'
417: ,p_argument_value => p_effective_date
418: );
419: --
420: hr_api.mandatory_arg_error(p_api_name => l_proc
421: ,p_argument =>'datetrack_mode'
422: ,p_argument_value => p_datetrack_mode
423: );
424: --

Line 425: hr_api.mandatory_arg_error(p_api_name => l_proc

421: ,p_argument =>'datetrack_mode'
422: ,p_argument_value => p_datetrack_mode
423: );
424: --
425: hr_api.mandatory_arg_error(p_api_name => l_proc
426: ,p_argument =>'vehicle_repository_id'
427: ,p_argument_value => p_vehicle_repository_id
428: );
429: --

Line 430: hr_api.mandatory_arg_error(p_api_name => l_proc

426: ,p_argument =>'vehicle_repository_id'
427: ,p_argument_value => p_vehicle_repository_id
428: );
429: --
430: hr_api.mandatory_arg_error(p_api_name => l_proc
431: ,p_argument =>'object_version_number'
432: ,p_argument_value => p_object_version_number
433: );
434: --

Line 437: IF (p_datetrack_mode <> hr_api.g_insert) THEN

433: );
434: --
435: -- Check to ensure the datetrack mode is not INSERT.
436: --
437: IF (p_datetrack_mode <> hr_api.g_insert) THEN
438: --
439: -- We must select and lock the current row.
440: --
441: OPEN C_Sel1;

Line 494: WHEN HR_Api.Object_Locked THEN

490: --
491: -- We need to trap the ORA LOCK exception
492: --
493: EXCEPTION
494: WHEN HR_Api.Object_Locked THEN
495: --
496: -- The object is locked therefore we need to supply a meaningful
497: -- error message.
498: --