DBA Data[Home] [Help]

APPS.PAY_CPT_SHD dependencies on HR_API

Line 423: hr_api.mandatory_arg_error(p_api_name => l_proc,

419: hr_utility.set_location('Entering:'||l_proc, 5);
420: --
421: -- Ensure that all the mandatory arguments are not null
422: --
423: hr_api.mandatory_arg_error(p_api_name => l_proc,
424: p_argument => 'effective_date',
425: p_argument_value => p_effective_date);
426: --
427: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 427: hr_api.mandatory_arg_error(p_api_name => l_proc,

423: hr_api.mandatory_arg_error(p_api_name => l_proc,
424: p_argument => 'effective_date',
425: p_argument_value => p_effective_date);
426: --
427: hr_api.mandatory_arg_error(p_api_name => l_proc,
428: p_argument => 'datetrack_mode',
429: p_argument_value => p_datetrack_mode);
430: --
431: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 431: hr_api.mandatory_arg_error(p_api_name => l_proc,

427: hr_api.mandatory_arg_error(p_api_name => l_proc,
428: p_argument => 'datetrack_mode',
429: p_argument_value => p_datetrack_mode);
430: --
431: hr_api.mandatory_arg_error(p_api_name => l_proc,
432: p_argument => 'emp_province_tax_inf_id',
433: p_argument_value => p_emp_province_tax_inf_id);
434: --
435: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 435: hr_api.mandatory_arg_error(p_api_name => l_proc,

431: hr_api.mandatory_arg_error(p_api_name => l_proc,
432: p_argument => 'emp_province_tax_inf_id',
433: p_argument_value => p_emp_province_tax_inf_id);
434: --
435: hr_api.mandatory_arg_error(p_api_name => l_proc,
436: p_argument => 'object_version_number',
437: p_argument_value => p_object_version_number);
438: --
439: -- Check to ensure the datetrack mode is not INSERT.

Line 500: When HR_Api.Object_Locked then

496: --
497: -- We need to trap the ORA LOCK exception
498: --
499: Exception
500: When HR_Api.Object_Locked then
501: --
502: -- The object is locked therefore we need to supply a meaningful
503: -- error message.
504: --