DBA Data[Home] [Help]

APPS.PAY_PBC_SHD dependencies on HR_API

Line 338: hr_api.mandatory_arg_error(p_api_name => l_proc

334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: -- Ensure that all the mandatory arguments are not null
337: --
338: hr_api.mandatory_arg_error(p_api_name => l_proc
339: ,p_argument => 'effective_date'
340: ,p_argument_value => p_effective_date
341: );
342: --

Line 343: hr_api.mandatory_arg_error(p_api_name => l_proc

339: ,p_argument => 'effective_date'
340: ,p_argument_value => p_effective_date
341: );
342: --
343: hr_api.mandatory_arg_error(p_api_name => l_proc
344: ,p_argument => 'datetrack_mode'
345: ,p_argument_value => p_datetrack_mode
346: );
347: --

Line 348: hr_api.mandatory_arg_error(p_api_name => l_proc

344: ,p_argument => 'datetrack_mode'
345: ,p_argument_value => p_datetrack_mode
346: );
347: --
348: hr_api.mandatory_arg_error(p_api_name => l_proc
349: ,p_argument => 'balance_category_id'
350: ,p_argument_value => p_balance_category_id
351: );
352: --

Line 353: hr_api.mandatory_arg_error(p_api_name => l_proc

349: ,p_argument => 'balance_category_id'
350: ,p_argument_value => p_balance_category_id
351: );
352: --
353: hr_api.mandatory_arg_error(p_api_name => l_proc
354: ,p_argument => 'object_version_number'
355: ,p_argument_value => p_object_version_number
356: );
357: --

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

356: );
357: --
358: -- Check to ensure the datetrack mode is not INSERT.
359: --
360: If (p_datetrack_mode <> hr_api.g_insert) then
361: --
362: -- We must select and lock the current row.
363: --
364: Open C_Sel1;

Line 417: When HR_Api.Object_Locked then

413: --
414: -- We need to trap the ORA LOCK exception
415: --
416: Exception
417: When HR_Api.Object_Locked then
418: --
419: -- The object is locked therefore we need to supply a meaningful
420: -- error message.
421: --