DBA Data[Home] [Help]

APPS.PAY_PBF_SHD dependencies on HR_API

Line 302: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 307: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 312: hr_api.mandatory_arg_error(p_api_name => l_proc

308: ,p_argument => 'datetrack_mode'
309: ,p_argument_value => p_datetrack_mode
310: );
311: --
312: hr_api.mandatory_arg_error(p_api_name => l_proc
313: ,p_argument => 'balance_feed_id'
314: ,p_argument_value => p_balance_feed_id
315: );
316: --

Line 317: hr_api.mandatory_arg_error(p_api_name => l_proc

313: ,p_argument => 'balance_feed_id'
314: ,p_argument_value => p_balance_feed_id
315: );
316: --
317: hr_api.mandatory_arg_error(p_api_name => l_proc
318: ,p_argument => 'object_version_number'
319: ,p_argument_value => p_object_version_number
320: );
321: --

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

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

Line 384: When HR_Api.Object_Locked then

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