DBA Data[Home] [Help]

APPS.HR_CALENDAR_PKG dependencies on HR_CALENDARS

Line 180: from hr_calendars

176: --
177: select pattern_start_position,
178: calendar_start_time,
179: pattern_id
180: from hr_calendars
181: where calendar_id = P_CALENDAR_ID;
182: --
183: start_position integer;
184: start_time date;

Line 835: hr_calendars CAL

831: use.calendar_id,
832: use.start_date,
833: use.end_date
834: from hr_calendar_usages USE,
835: hr_calendars CAL
836: where use.purpose_usage_id = p_purpose_usage_id
837: and use.primary_key_value = p_primary_key_value
838: and use.start_date <= p_period_to
839: and use.end_date >= p_period_from