DBA Data[Home] [Help]

APPS.PAY_IPD_SHD dependencies on HR_API

Line 391: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 396: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 401: hr_api.mandatory_arg_error(p_api_name => l_proc

397: ,p_argument => 'datetrack_mode'
398: ,p_argument_value => p_datetrack_mode
399: );
400: --
401: hr_api.mandatory_arg_error(p_api_name => l_proc
402: ,p_argument => 'paye_details_id'
403: ,p_argument_value => p_paye_details_id
404: );
405: --

Line 406: hr_api.mandatory_arg_error(p_api_name => l_proc

402: ,p_argument => 'paye_details_id'
403: ,p_argument_value => p_paye_details_id
404: );
405: --
406: hr_api.mandatory_arg_error(p_api_name => l_proc
407: ,p_argument => 'object_version_number'
408: ,p_argument_value => p_object_version_number
409: );
410: --

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

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

Line 473: When HR_Api.Object_Locked then

469: --
470: -- We need to trap the ORA LOCK exception
471: --
472: Exception
473: When HR_Api.Object_Locked then
474: --
475: -- The object is locked therefore we need to supply a meaningful
476: -- error message.
477: --