DBA Data[Home] [Help]

APPS.HR_CALENDAR_PKG dependencies on HR_CALENDAR_PKG

Line 1: package body HR_CALENDAR_PKG as

1: package body HR_CALENDAR_PKG as
2: /* $Header: hrcalapi.pkb 120.1.12010000.2 2008/11/07 11:03:35 pbalu noship $ */
3: --
4: --------------------------------------------------------------------------------
5: /*

Line 100: g_hc_package constant varchar2 (18) := 'hr_calendar_pkg.';

96: --
97: pattern pattern_info;
98: empty_pattern pattern_info;
99: index_no integer;
100: g_hc_package constant varchar2 (18) := 'hr_calendar_pkg.';
101: g_calendar_id number; --global calendar ID
102: g_period_from date; --global period from
103: g_period_to date; --global period to
104: initialise_flag boolean := false;

Line 246: hr_calendar_pkg.to_days (next_bit.time_unit_multiplier,

242: for next_bit in pattern_bits (l_pattern_id) LOOP
243: counter := counter+1;
244: --
245: pattern.duration_days (counter) :=
246: hr_calendar_pkg.to_days (next_bit.time_unit_multiplier,
247: next_bit.base_time_unit);
248: pattern.availability (counter) := next_bit.availability;
249: end loop;
250: --

Line 384: + (hr_calendar_pkg.to_days (next_exception_bit.time_unit_multiplier,

380: --
381: -- Increment the date reached so far by the duration of the next pattern bit
382: --
383: cycle_date := cycle_date
384: + (hr_calendar_pkg.to_days (next_exception_bit.time_unit_multiplier,
385: next_exception_bit.base_time_unit)) ;
386: --
387: calendar_exception.end_date (index_no) := cycle_date ;
388: --

Line 442: + (hr_calendar_pkg.to_days (next_exception_bit.time_unit_multiplier,

438: --
439: -- Increment the date reached so far by the duration of the next pattern bit
440: --
441: cycle_date := cycle_date
442: + (hr_calendar_pkg.to_days (next_exception_bit.time_unit_multiplier,
443: next_exception_bit.base_time_unit)) ;
444: --
445: usage_exception.end_date (index_no) := cycle_date ;
446: --

Line 1120: end hr_calendar_pkg;

1116: --
1117: end purpose_usage_id;
1118: --------------------------------------------------------------------------------
1119: --
1120: end hr_calendar_pkg;