DBA Data[Home] [Help]

APPS.PAY_RFI_SHD dependencies on HR_API

Line 328: hr_api.mandatory_arg_error(p_api_name => l_proc

324: hr_utility.set_location('Entering:'||l_proc, 5);
325: --
326: -- Ensure that all the mandatory arguments are not null
327: --
328: hr_api.mandatory_arg_error(p_api_name => l_proc
329: ,p_argument => 'effective_date'
330: ,p_argument_value => p_effective_date
331: );
332: --

Line 333: hr_api.mandatory_arg_error(p_api_name => l_proc

329: ,p_argument => 'effective_date'
330: ,p_argument_value => p_effective_date
331: );
332: --
333: hr_api.mandatory_arg_error(p_api_name => l_proc
334: ,p_argument => 'datetrack_mode'
335: ,p_argument_value => p_datetrack_mode
336: );
337: --

Line 338: hr_api.mandatory_arg_error(p_api_name => l_proc

334: ,p_argument => 'datetrack_mode'
335: ,p_argument_value => p_datetrack_mode
336: );
337: --
338: hr_api.mandatory_arg_error(p_api_name => l_proc
339: ,p_argument => 'report_format_item_id'
340: ,p_argument_value => p_report_format_item_id
341: );
342: --

Line 343: hr_api.mandatory_arg_error(p_api_name => l_proc

339: ,p_argument => 'report_format_item_id'
340: ,p_argument_value => p_report_format_item_id
341: );
342: --
343: hr_api.mandatory_arg_error(p_api_name => l_proc
344: ,p_argument => 'object_version_number'
345: ,p_argument_value => p_object_version_number
346: );
347: --

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

346: );
347: --
348: -- Check to ensure the datetrack mode is not INSERT.
349: --
350: If (p_datetrack_mode <> hr_api.g_insert) then
351: --
352: -- We must select and lock the current row.
353: --
354: Open C_Sel1;

Line 418: When HR_Api.Object_Locked then

414: --
415: -- We need to trap the ORA LOCK exception
416: --
417: Exception
418: When HR_Api.Object_Locked then
419: --
420: -- The object is locked therefore we need to supply a meaningful
421: -- error message.
422: --