DBA Data[Home] [Help]

APPS.HR_LIP_SHD dependencies on HR_API

Line 312: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 317: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 322: hr_api.mandatory_arg_error(p_api_name => l_proc

318: ,p_argument => 'datetrack_mode'
319: ,p_argument_value => p_datetrack_mode
320: );
321: --
322: hr_api.mandatory_arg_error(p_api_name => l_proc
323: ,p_argument => 'liability_premiums_id'
324: ,p_argument_value => p_liability_premiums_id
325: );
326: --

Line 327: hr_api.mandatory_arg_error(p_api_name => l_proc

323: ,p_argument => 'liability_premiums_id'
324: ,p_argument_value => p_liability_premiums_id
325: );
326: --
327: hr_api.mandatory_arg_error(p_api_name => l_proc
328: ,p_argument => 'object_version_number'
329: ,p_argument_value => p_object_version_number
330: );
331: --

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

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

Line 391: When HR_Api.Object_Locked then

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