DBA Data[Home] [Help]

APPS.PAY_GRR_SHD dependencies on HR_API

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

303: hr_utility.set_location('Entering:'||l_proc, 5);
304: --
305: -- Ensure that all the mandatory arguments are not null
306: --
307: hr_api.mandatory_arg_error(p_api_name => l_proc,
308: p_argument => 'effective_date',
309: p_argument_value => p_effective_date);
310: --
311: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

307: hr_api.mandatory_arg_error(p_api_name => l_proc,
308: p_argument => 'effective_date',
309: p_argument_value => p_effective_date);
310: --
311: hr_api.mandatory_arg_error(p_api_name => l_proc,
312: p_argument => 'datetrack_mode',
313: p_argument_value => p_datetrack_mode);
314: --
315: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

311: hr_api.mandatory_arg_error(p_api_name => l_proc,
312: p_argument => 'datetrack_mode',
313: p_argument_value => p_datetrack_mode);
314: --
315: hr_api.mandatory_arg_error(p_api_name => l_proc,
316: p_argument => 'grade_rule_id',
317: p_argument_value => p_grade_rule_id);
318: --
319: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

315: hr_api.mandatory_arg_error(p_api_name => l_proc,
316: p_argument => 'grade_rule_id',
317: p_argument_value => p_grade_rule_id);
318: --
319: hr_api.mandatory_arg_error(p_api_name => l_proc,
320: p_argument => 'object_version_number',
321: p_argument_value => p_object_version_number);
322: --
323: -- Check to ensure the datetrack mode is not INSERT.

Line 381: When HR_Api.Object_Locked then

377: --
378: -- We need to trap the ORA LOCK exception
379: --
380: Exception
381: When HR_Api.Object_Locked then
382: --
383: -- The object is locked therefore we need to supply a meaningful
384: -- error message.
385: --