DBA Data[Home] [Help]

APPS.BEN_OTP_SHD dependencies on HR_API

Line 388: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 393: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 398: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 403: hr_api.mandatory_arg_error(p_api_name => l_proc

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

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

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

Line 476: When HR_Api.Object_Locked then

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