DBA Data[Home] [Help]

APPS.PER_ABT_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

44: hr_utility.set_location('Entering:'|| l_proc, 10);
45: --
46: -- Ensure that all the mandatory parameter are not null
47: --
48: hr_api.mandatory_arg_error
49: (p_api_name => l_proc
50: ,p_argument => 'absence_attendance_type_id'
51: ,p_argument_value => p_absence_attendance_type_id
52: );

Line 55: if (( nvl(per_abt_bus.g_absence_attendance_type_id, hr_api.g_number)

51: ,p_argument_value => p_absence_attendance_type_id
52: );
53: --
54: --
55: if (( nvl(per_abt_bus.g_absence_attendance_type_id, hr_api.g_number)
56: = p_absence_attendance_type_id)
57: and ( nvl(per_abt_bus.g_language, hr_api.g_varchar2)
58: = p_language)) then
59: --

Line 57: and ( nvl(per_abt_bus.g_language, hr_api.g_varchar2)

53: --
54: --
55: if (( nvl(per_abt_bus.g_absence_attendance_type_id, hr_api.g_number)
56: = p_absence_attendance_type_id)
57: and ( nvl(per_abt_bus.g_language, hr_api.g_varchar2)
58: = p_language)) then
59: --
60: -- The legislation code has already been found with a previous
61: -- call to this function. Just return the value in the global