DBA Data[Home] [Help]

APPS.PAY_PGR_SHD dependencies on HR_API

Line 319: hr_api.mandatory_arg_error(p_api_name => l_proc

315: hr_utility.set_location('Entering:'||l_proc, 5);
316: --
317: -- Ensure that all the mandatory arguments are not null
318: --
319: hr_api.mandatory_arg_error(p_api_name => l_proc
320: ,p_argument => 'effective_date'
321: ,p_argument_value => p_effective_date
322: );
323: --

Line 324: hr_api.mandatory_arg_error(p_api_name => l_proc

320: ,p_argument => 'effective_date'
321: ,p_argument_value => p_effective_date
322: );
323: --
324: hr_api.mandatory_arg_error(p_api_name => l_proc
325: ,p_argument => 'datetrack_mode'
326: ,p_argument_value => p_datetrack_mode
327: );
328: --

Line 329: hr_api.mandatory_arg_error(p_api_name => l_proc

325: ,p_argument => 'datetrack_mode'
326: ,p_argument_value => p_datetrack_mode
327: );
328: --
329: hr_api.mandatory_arg_error(p_api_name => l_proc
330: ,p_argument => 'grade_rule_id'
331: ,p_argument_value => p_grade_rule_id
332: );
333: --

Line 334: hr_api.mandatory_arg_error(p_api_name => l_proc

330: ,p_argument => 'grade_rule_id'
331: ,p_argument_value => p_grade_rule_id
332: );
333: --
334: hr_api.mandatory_arg_error(p_api_name => l_proc
335: ,p_argument => 'object_version_number'
336: ,p_argument_value => p_object_version_number
337: );
338:

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

339: hr_utility.set_location(l_proc, 10);
340: --
341: -- Check to ensure the datetrack mode is not INSERT.
342: --
343: If (p_datetrack_mode <> hr_api.g_insert) then
344: --
345: -- We must select and lock the current row.
346: --
347: Open C_Sel1;

Line 424: When HR_Api.Object_Locked then

420: --
421: -- We need to trap the ORA LOCK exception
422: --
423: Exception
424: When HR_Api.Object_Locked then
425: --
426: -- The object is locked therefore we need to supply a meaningful
427: -- error message.
428: --