DBA Data[Home] [Help]

APPS.PAY_ITR_SHD dependencies on HR_API

Line 288: hr_api.mandatory_arg_error(p_api_name => l_proc

284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: -- Ensure that all the mandatory arguments are not null
287: --
288: hr_api.mandatory_arg_error(p_api_name => l_proc
289: ,p_argument => 'effective_date'
290: ,p_argument_value => p_effective_date
291: );
292: --

Line 293: hr_api.mandatory_arg_error(p_api_name => l_proc

289: ,p_argument => 'effective_date'
290: ,p_argument_value => p_effective_date
291: );
292: --
293: hr_api.mandatory_arg_error(p_api_name => l_proc
294: ,p_argument => 'datetrack_mode'
295: ,p_argument_value => p_datetrack_mode
296: );
297: --

Line 298: hr_api.mandatory_arg_error(p_api_name => l_proc

294: ,p_argument => 'datetrack_mode'
295: ,p_argument_value => p_datetrack_mode
296: );
297: --
298: hr_api.mandatory_arg_error(p_api_name => l_proc
299: ,p_argument => 'iterative_rule_id'
300: ,p_argument_value => p_iterative_rule_id
301: );
302: --

Line 303: hr_api.mandatory_arg_error(p_api_name => l_proc

299: ,p_argument => 'iterative_rule_id'
300: ,p_argument_value => p_iterative_rule_id
301: );
302: --
303: hr_api.mandatory_arg_error(p_api_name => l_proc
304: ,p_argument => 'object_version_number'
305: ,p_argument_value => p_object_version_number
306: );
307: --

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

306: );
307: --
308: -- Check to ensure the datetrack mode is not INSERT.
309: --
310: If (p_datetrack_mode <> hr_api.g_insert) then
311: --
312: -- We must select and lock the current row.
313: --
314: Open C_Sel1;

Line 367: When HR_Api.Object_Locked then

363: --
364: -- We need to trap the ORA LOCK exception
365: --
366: Exception
367: When HR_Api.Object_Locked then
368: --
369: -- The object is locked therefore we need to supply a meaningful
370: -- error message.
371: --