DBA Data[Home] [Help]

APPS.PER_NAA_BUS dependencies on HR_API

Line 64: hr_api.mandatory_arg_error

60: --
61: begin
62: hr_utility.set_location('Entering:'|| l_proc, 10);
63: --
64: hr_api.mandatory_arg_error
65: (p_api_name => l_proc
66: ,p_argument => 'p_absence_attendance_id'
67: ,p_argument_value => p_absence_attendance_id
68: );

Line 205: hr_api.mandatory_arg_error

201: hr_utility.set_location('Entering:'|| l_proc, 10);
202: --
203: -- Check expected date for null
204: --
205: hr_api.mandatory_arg_error
206: (p_api_name => l_proc
207: ,p_argument => 'p_expected_date'
208: ,p_argument_value => p_expected_date
209: );

Line 269: hr_api.mandatory_arg_error

265: --
266: begin
267: hr_utility.set_location('Entering:'|| l_proc, 10);
268: --
269: hr_api.mandatory_arg_error
270: (p_api_name => l_proc
271: ,p_argument => 'p_description'
272: ,p_argument_value => p_description
273: );

Line 381: hr_api.mandatory_arg_error

377: --
378: begin
379: hr_utility.set_location('Entering:'|| l_proc, 10);
380: --
381: hr_api.mandatory_arg_error
382: (p_api_name => l_proc
383: ,p_argument => 'p_absence_action_id'
384: ,p_argument_value => p_absence_action_id
385: );

Line 437: hr_api.mandatory_arg_error

433: hr_utility.set_location('Entering:'|| l_proc, 10);
434: --
435: -- Ensure that all the mandatory parameter are not null
436: --
437: hr_api.mandatory_arg_error
438: (p_api_name => l_proc
439: ,p_argument => 'absence_action_id'
440: ,p_argument_value => p_absence_action_id
441: );

Line 458: hr_api.set_security_group_id

454: end if;
455: --
456: -- Set the security_group_id in CLIENT_INFO
457: --
458: hr_api.set_security_group_id
459: (p_security_group_id => l_security_group_id
460: );
461: close csr_sec_grp;
462: --

Line 498: hr_api.mandatory_arg_error

494: hr_utility.set_location('Entering:'|| l_proc, 10);
495: --
496: -- Ensure that all the mandatory parameter are not null
497: --
498: hr_api.mandatory_arg_error
499: (p_api_name => l_proc
500: ,p_argument => 'absence_action_id'
501: ,p_argument_value => p_absence_action_id
502: );

Line 504: if ( nvl(per_naa_bus.g_absence_action_id, hr_api.g_number)

500: ,p_argument => 'absence_action_id'
501: ,p_argument_value => p_absence_action_id
502: );
503: --
504: if ( nvl(per_naa_bus.g_absence_action_id, hr_api.g_number)
505: = p_absence_action_id) then
506: --
507: -- The legislation code has already been found with a previous
508: -- call to this function. Just return the value in the global