DBA Data[Home] [Help]

APPS.PQP_VAL_SHD dependencies on HR_API

Line 389: hr_api.mandatory_arg_error(p_api_name => l_proc

385: hr_utility.set_location('Entering:'||l_proc, 5);
386: --
387: -- Ensure that all the mandatory arguments are not null
388: --
389: hr_api.mandatory_arg_error(p_api_name => l_proc
390: ,p_argument => 'effective_date'
391: ,p_argument_value => p_effective_date
392: );
393: --

Line 394: hr_api.mandatory_arg_error(p_api_name => l_proc

390: ,p_argument => 'effective_date'
391: ,p_argument_value => p_effective_date
392: );
393: --
394: hr_api.mandatory_arg_error(p_api_name => l_proc
395: ,p_argument => 'datetrack_mode'
396: ,p_argument_value => p_datetrack_mode
397: );
398: --

Line 399: hr_api.mandatory_arg_error(p_api_name => l_proc

395: ,p_argument => 'datetrack_mode'
396: ,p_argument_value => p_datetrack_mode
397: );
398: --
399: hr_api.mandatory_arg_error(p_api_name => l_proc
400: ,p_argument => 'vehicle_allocation_id'
401: ,p_argument_value => p_vehicle_allocation_id
402: );
403: --

Line 404: hr_api.mandatory_arg_error(p_api_name => l_proc

400: ,p_argument => 'vehicle_allocation_id'
401: ,p_argument_value => p_vehicle_allocation_id
402: );
403: --
404: hr_api.mandatory_arg_error(p_api_name => l_proc
405: ,p_argument => 'object_version_number'
406: ,p_argument_value => p_object_version_number
407: );
408: --

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

407: );
408: --
409: -- Check to ensure the datetrack mode is not INSERT.
410: --
411: If (p_datetrack_mode <> hr_api.g_insert) then
412: --
413: -- We must select and lock the current row.
414: --
415: Open C_Sel1;

Line 468: When HR_Api.Object_Locked then

464: --
465: -- We need to trap the ORA LOCK exception
466: --
467: Exception
468: When HR_Api.Object_Locked then
469: --
470: -- The object is locked therefore we need to supply a meaningful
471: -- error message.
472: --