DBA Data[Home] [Help]

APPS.PQH_GIN_SHD dependencies on HR_API

Line 289: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 294: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 299: hr_api.mandatory_arg_error(p_api_name => l_proc

295: ,p_argument => 'datetrack_mode'
296: ,p_argument_value => p_datetrack_mode
297: );
298: --
299: hr_api.mandatory_arg_error(p_api_name => l_proc
300: ,p_argument => 'global_index_id'
301: ,p_argument_value => p_global_index_id
302: );
303: --

Line 304: hr_api.mandatory_arg_error(p_api_name => l_proc

300: ,p_argument => 'global_index_id'
301: ,p_argument_value => p_global_index_id
302: );
303: --
304: hr_api.mandatory_arg_error(p_api_name => l_proc
305: ,p_argument => 'object_version_number'
306: ,p_argument_value => p_object_version_number
307: );
308: --

Line 324: hr_api.mandatory_arg_error(p_api_name => l_proc

320: Close C_Sel1;
321:
322: If (pqh_gin_shd.g_old_rec.type_of_record = 'INM') then
323: --
324: hr_api.mandatory_arg_error(p_api_name => l_proc
325: ,p_argument => 'currency_code'
326: ,p_argument_value => p_object_version_number
327: );
328: --

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: --