DBA Data[Home] [Help]

APPS.HR_CAL_BUS dependencies on HR_CALENDARS

Line 24: from hr_calendars

20: --
21: -- Return a row if the parameter calendar name is NOT unique
22: --
23: select 1
24: from hr_calendars
25: where upper(calendar_name) = upper (p_calendar_name)
26: and (p_calendar_id is null or calendar_id <> p_calendar_id);
27: --
28: l_proc varchar2(72) := g_package||'chk_calendar_name';