DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on HR_PERSON_ABSENCE_API

Line 1191: l_assignment_id := hr_person_absence_api.get_primary_assignment

1187: --
1188: -- Get the varous additional values that are required for use later.
1189: --
1190:
1191: l_assignment_id := hr_person_absence_api.get_primary_assignment
1192: (p_person_id => p_person_id
1193: ,p_effective_date => p_effective_date);
1194:
1195: l_legislation_code := hr_api.return_legislation_code

Line 2614: if hr_person_absence_api.get_processing_type

2610: -- Check that the duration days and / or hours have been entered if the
2611: -- element type is not recurring (recurring entries do not have an
2612: -- input value so do not require the duration days / hours).
2613: --
2614: if hr_person_absence_api.get_processing_type
2615: (p_absence_attendance_type_id) <> 'R' then
2616:
2617: if l_hours_or_days = 'D' then
2618: --

Line 2754: l_assignment_id := hr_person_absence_api.get_primary_assignment

2750: -- are required.
2751: --
2752: if p_absence_days is not null or p_absence_hours is not null then
2753:
2754: l_assignment_id := hr_person_absence_api.get_primary_assignment
2755: (p_person_id => p_person_id
2756: ,p_effective_date => p_effective_date);
2757:
2758: declare