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.8.12020000.4 2012/10/23 07:09:35 srannama 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 561: l_proc := 'hr_wrk_sch_pkg.get_per_asg_schedule';

557:
558: x_schedule_dup cac_avlblty_time_varray;
559:
560: BEGIN
561: l_proc := 'hr_wrk_sch_pkg.get_per_asg_schedule';
562: hr_utility.set_location('Entering: '|| l_proc, 10);
563: --
564: -- Initialize
565: x_return_status := 0;

Line 1016: END hr_wrk_sch_pkg;

1012: return l_working_date;
1013:
1014: END get_working_day; --end of function
1015:
1016: END hr_wrk_sch_pkg;