DBA Data[Home] [Help]

APPS.PAY_SID_SHD dependencies on HR_API

Line 315: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 320: hr_api.mandatory_arg_error(p_api_name => l_proc

316: ,p_argument => 'effective_date'
317: ,p_argument_value => p_effective_date
318: );
319: --
320: hr_api.mandatory_arg_error(p_api_name => l_proc
321: ,p_argument => 'datetrack_mode'
322: ,p_argument_value => p_datetrack_mode
323: );
324: --

Line 325: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 330: hr_api.mandatory_arg_error(p_api_name => l_proc

326: ,p_argument => 'prsi_details_id'
327: ,p_argument_value => p_prsi_details_id
328: );
329: --
330: hr_api.mandatory_arg_error(p_api_name => l_proc
331: ,p_argument => 'object_version_number'
332: ,p_argument_value => p_object_version_number
333: );
334: --

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

333: );
334: --
335: -- Check to ensure the datetrack mode is not INSERT.
336: --
337: If (p_datetrack_mode <> hr_api.g_insert) then
338: --
339: -- We must select and lock the current row.
340: --
341: Open C_Sel1;

Line 397: When HR_Api.Object_Locked then

393: --
394: -- We need to trap the ORA LOCK exception
395: --
396: Exception
397: When HR_Api.Object_Locked then
398: --
399: -- The object is locked therefore we need to supply a meaningful
400: -- error message.
401: --