DBA Data[Home] [Help]

APPS.BEN_PQC_SHD dependencies on HR_API

Line 383: hr_api.mandatory_arg_error(p_api_name => l_proc

379: hr_utility.set_location('Entering:'||l_proc, 5);
380: --
381: -- Ensure that all the mandatory arguments are not null
382: --
383: hr_api.mandatory_arg_error(p_api_name => l_proc
384: ,p_argument => 'effective_date'
385: ,p_argument_value => p_effective_date
386: );
387: --

Line 388: hr_api.mandatory_arg_error(p_api_name => l_proc

384: ,p_argument => 'effective_date'
385: ,p_argument_value => p_effective_date
386: );
387: --
388: hr_api.mandatory_arg_error(p_api_name => l_proc
389: ,p_argument => 'datetrack_mode'
390: ,p_argument_value => p_datetrack_mode
391: );
392: --

Line 393: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 398: hr_api.mandatory_arg_error(p_api_name => l_proc

394: ,p_argument => 'prtt_rmt_rqst_ctfn_prvdd_id'
395: ,p_argument_value => p_prtt_rmt_rqst_ctfn_prvdd_id
396: );
397: --
398: hr_api.mandatory_arg_error(p_api_name => l_proc
399: ,p_argument => 'object_version_number'
400: ,p_argument_value => p_object_version_number
401: );
402: --

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

401: );
402: --
403: -- Check to ensure the datetrack mode is not INSERT.
404: --
405: If (p_datetrack_mode <> hr_api.g_insert) then
406: --
407: -- We must select and lock the current row.
408: --
409: 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: --