DBA Data[Home] [Help]

APPS.HR_WRK_SCH_PKG dependencies on HR_WRK_SCH_PKG

Line 1: PACKAGE BODY hr_wrk_sch_pkg AS

1: PACKAGE BODY hr_wrk_sch_pkg AS
2: -- $Header: pewrksch.pkb 120.6.12010000.2 2008/08/06 09:39:30 ubhat ship $
3: -- this procedure will check if the entered absence is overlapping with any of
4: -- the schedules attached at BG , Pos, Job, HROrg, Loc . Level
5: -- NOTE : this procedure will only be called when there exists an Schedule at Person Asg Level.

Line 556: l_proc := 'hr_wrk_sch_pkg.get_per_asg_schedule';

552: l_sch_end_date date :=null;
553: -- fix for the bug 6711896
554:
555: BEGIN
556: l_proc := 'hr_wrk_sch_pkg.get_per_asg_schedule';
557: hr_utility.set_location('Entering: '|| l_proc, 10);
558: --
559: -- Initialize
560: x_return_status := 0;

Line 1005: END hr_wrk_sch_pkg;

1001: return l_working_date;
1002:
1003: END get_working_day; --end of function
1004:
1005: END hr_wrk_sch_pkg;