DBA Data[Home] [Help]

APPS.PQH_DOA_SHD dependencies on HR_API

Line 287: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 292: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 297: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 302: hr_api.mandatory_arg_error(p_api_name => l_proc

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

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

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

Line 369: When HR_Api.Object_Locked then

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