DBA Data[Home] [Help]

APPS.HR_LOC_WORK_SCHEDULE dependencies on HR_WRK_SCH_PKG

Line 118: hr_utility.set_location('calling hr_wrk_sch_pkg.get_per_asg_schedule',10);

114: END IF;
115: */
116: --
117: -- Fetch the work schedule
118: hr_utility.set_location('calling hr_wrk_sch_pkg.get_per_asg_schedule',10);
119: --
120: hr_wrk_sch_pkg.get_per_asg_schedule
121: ( p_person_assignment_id => p_assignment_id
122: , p_period_start_date => l_start_date

Line 120: hr_wrk_sch_pkg.get_per_asg_schedule

116: --
117: -- Fetch the work schedule
118: hr_utility.set_location('calling hr_wrk_sch_pkg.get_per_asg_schedule',10);
119: --
120: hr_wrk_sch_pkg.get_per_asg_schedule
121: ( p_person_assignment_id => p_assignment_id
122: , p_period_start_date => l_start_date
123: , p_period_end_date => l_end_date
124: , p_schedule_category => NULL