DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on HR_PERSON_ABSENCE_API

Line 1022: l_assignment_id := hr_person_absence_api.get_primary_assignment

1018: --
1019: -- Get the varous additional values that are required for use later.
1020: --
1021:
1022: l_assignment_id := hr_person_absence_api.get_primary_assignment
1023: (p_person_id => p_person_id
1024: ,p_effective_date => p_effective_date);
1025:
1026: l_legislation_code := hr_api.return_legislation_code

Line 2237: if hr_person_absence_api.get_processing_type

2233: -- Check that the duration days and / or hours have been entered if the
2234: -- element type is not recurring (recurring entries do not have an
2235: -- input value so do not require the duration days / hours).
2236: --
2237: if hr_person_absence_api.get_processing_type
2238: (p_absence_attendance_type_id) <> 'R' then
2239:
2240: if l_hours_or_days = 'D' then
2241: --

Line 2359: l_assignment_id := hr_person_absence_api.get_primary_assignment

2355: -- are required.
2356: --
2357: if p_absence_days is not null or p_absence_hours is not null then
2358:
2359: l_assignment_id := hr_person_absence_api.get_primary_assignment
2360: (p_person_id => p_person_id
2361: ,p_effective_date => p_effective_date);
2362:
2363: declare