DBA Data[Home] [Help]

APPS.PAY_RFM_SHD dependencies on HR_API

Line 308: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 313: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 318: hr_api.mandatory_arg_error(p_api_name => l_proc

314: ,p_argument => 'datetrack_mode'
315: ,p_argument_value => p_datetrack_mode
316: );
317: --
318: hr_api.mandatory_arg_error(p_api_name => l_proc
319: ,p_argument => 'report_format_mapping_id'
320: ,p_argument_value => p_report_format_mapping_id
321: );
322: --

Line 323: hr_api.mandatory_arg_error(p_api_name => l_proc

319: ,p_argument => 'report_format_mapping_id'
320: ,p_argument_value => p_report_format_mapping_id
321: );
322: --
323: hr_api.mandatory_arg_error(p_api_name => l_proc
324: ,p_argument => 'object_version_number'
325: ,p_argument_value => p_object_version_number
326: );
327: --

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

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

Line 387: When HR_Api.Object_Locked then

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