DBA Data[Home] [Help]

APPS.HR_CAL_ABS_DUR_PKG dependencies on HR_WRK_SCH_PKG

Line 76: hr_wrk_sch_pkg.get_per_asg_schedule

72: l_end_date := TO_DATE(TO_CHAR(p_date_end,'DD-MM-YYYY')||' '||p_time_end,'DD-MM-YYYY HH24:MI');
73: --
74: -- Fetch the work schedule
75: --
76: hr_wrk_sch_pkg.get_per_asg_schedule
77: ( p_person_assignment_id => p_assignment_id
78: , p_period_start_date => l_start_date
79: , p_period_end_date => l_end_date
80: , p_schedule_category => NULL