DBA Data[Home] [Help]

APPS.PQH_DOC_SHD dependencies on HR_API

Line 299: hr_api.mandatory_arg_error(p_api_name => l_proc

295: --
296: -- Ensure that all the mandatory arguments are not null
297: --
298: hr_utility.set_location('Entering:'||p_effective_date||'docid'||p_document_id||l_proc, 5);
299: hr_api.mandatory_arg_error(p_api_name => l_proc
300: ,p_argument => 'effective_date'
301: ,p_argument_value => p_effective_date
302: );
303: --

Line 304: hr_api.mandatory_arg_error(p_api_name => l_proc

300: ,p_argument => 'effective_date'
301: ,p_argument_value => p_effective_date
302: );
303: --
304: hr_api.mandatory_arg_error(p_api_name => l_proc
305: ,p_argument => 'datetrack_mode'
306: ,p_argument_value => p_datetrack_mode
307: );
308: --

Line 309: hr_api.mandatory_arg_error(p_api_name => l_proc

305: ,p_argument => 'datetrack_mode'
306: ,p_argument_value => p_datetrack_mode
307: );
308: --
309: hr_api.mandatory_arg_error(p_api_name => l_proc
310: ,p_argument => 'document_id'
311: ,p_argument_value => p_document_id
312: );
313: --

Line 314: hr_api.mandatory_arg_error(p_api_name => l_proc

310: ,p_argument => 'document_id'
311: ,p_argument_value => p_document_id
312: );
313: --
314: hr_api.mandatory_arg_error(p_api_name => l_proc
315: ,p_argument => 'object_version_number'
316: ,p_argument_value => p_object_version_number
317: );
318: --

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

317: );
318: --
319: -- Check to ensure the datetrack mode is not INSERT.
320: --
321: If (p_datetrack_mode <> hr_api.g_insert) then
322: --
323: -- We must select and lock the current row.
324: --
325: Open C_Sel1;

Line 381: When HR_Api.Object_Locked then

377: --
378: -- We need to trap the ORA LOCK exception
379: --
380: Exception
381: When HR_Api.Object_Locked then
382: --
383: -- The object is locked therefore we need to supply a meaningful
384: -- error message.
385: --