DBA Data[Home] [Help]

APPS.PAY_FRR_SHD dependencies on HR_API

Line 304: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 309: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 314: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 319: hr_api.mandatory_arg_error(p_api_name => l_proc

315: ,p_argument => 'formula_result_rule_id'
316: ,p_argument_value => p_formula_result_rule_id
317: );
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: --

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

322: );
323: --
324: -- Check to ensure the datetrack mode is not INSERT.
325: --
326: If (p_datetrack_mode <> hr_api.g_insert) then
327: --
328: -- We must select and lock the current row.
329: --
330: Open C_Sel1;

Line 383: When HR_Api.Object_Locked then

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