DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_API dependencies on HR_GENERAL

Line 3008: ,p_business_group_id => hr_general.get_business_group_id

3004: end if;
3005: -- bug 8916489
3006: if not per_abs_bus.per_valid_for_absence
3007: (p_person_id => p_person_id
3008: ,p_business_group_id => hr_general.get_business_group_id
3009: ,p_date_projected_start => null
3010: ,p_date_projected_end => null
3011: ,p_date_start => p_date_start
3012: ,p_date_end => p_date_end)