DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_API dependencies on HR_WRK_SCH_PKG

Line 3407: hr_wrk_sch_pkg.get_per_asg_schedule

3403: if g_debug then
3404: hr_utility.set_location('before cac .get_absence_data ',140);
3405: end if;
3406:
3407: hr_wrk_sch_pkg.get_per_asg_schedule
3408: ( p_person_assignment_id => l_assignment_id
3409: , p_period_start_date => v_start_date
3410: , p_period_end_date => v_end_date
3411: , p_schedule_category => NULL

Line 3805: hr_wrk_sch_pkg.get_per_asg_schedule

3801: IF l_hours_or_days = 'D' THEN
3802: v_end_date := l_end_date + 1;
3803: END IF;
3804:
3805: hr_wrk_sch_pkg.get_per_asg_schedule
3806: ( p_person_assignment_id => l_assignment_id
3807: , p_period_start_date => v_start_date
3808: , p_period_end_date => v_end_date
3809: , p_schedule_category => NULL

Line 4125: hr_wrk_sch_pkg.get_per_asg_schedule

4121:
4122: if g_debug then
4123: hr_utility.set_location('before cac .get_absence_data ',300);
4124: end if;
4125: hr_wrk_sch_pkg.get_per_asg_schedule
4126: ( p_person_assignment_id => l_assignment_id
4127: , p_period_start_date => v_start_date
4128: , p_period_end_date => v_end_date
4129: , p_schedule_category => NULL

Line 4470: hr_wrk_sch_pkg.get_per_asg_schedule

4466:
4467: if g_debug then
4468: hr_utility.set_location('before cac .get_absence_data SS',420);
4469: end if;
4470: hr_wrk_sch_pkg.get_per_asg_schedule
4471: ( p_person_assignment_id => l_assignment_id
4472: , p_period_start_date => v_start_date
4473: , p_period_end_date => v_end_date
4474: , p_schedule_category => NULL