DBA Data[Home] [Help]

APPS.PAY_LIV_SHD dependencies on HR_API

Line 334: hr_api.mandatory_arg_error(p_api_name => l_proc

330: hr_utility.set_location('Entering:'||l_proc, 5);
331: --
332: -- Ensure that all the mandatory arguments are not null
333: --
334: hr_api.mandatory_arg_error(p_api_name => l_proc
335: ,p_argument => 'effective_date'
336: ,p_argument_value => p_effective_date
337: );
338: --

Line 339: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 344: hr_api.mandatory_arg_error(p_api_name => l_proc

340: ,p_argument => 'datetrack_mode'
341: ,p_argument_value => p_datetrack_mode
342: );
343: --
344: hr_api.mandatory_arg_error(p_api_name => l_proc
345: ,p_argument => 'link_input_value_id'
346: ,p_argument_value => p_link_input_value_id
347: );
348: --

Line 349: hr_api.mandatory_arg_error(p_api_name => l_proc

345: ,p_argument => 'link_input_value_id'
346: ,p_argument_value => p_link_input_value_id
347: );
348: --
349: hr_api.mandatory_arg_error(p_api_name => l_proc
350: ,p_argument => 'object_version_number'
351: ,p_argument_value => p_object_version_number
352: );
353: --

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

352: );
353: --
354: -- Check to ensure the datetrack mode is not INSERT.
355: --
356: If (p_datetrack_mode <> hr_api.g_insert) then
357: --
358: -- We must select and lock the current row.
359: --
360: Open C_Sel1;

Line 419: When HR_Api.Object_Locked then

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