DBA Data[Home] [Help]

APPS.HR_CAL_SHD dependencies on HR_CALENDARS

Line 85: from hr_calendars

81: pattern_start_position,
82: calendar_start_time,
83: pattern_id,
84: object_version_number
85: from hr_calendars
86: where calendar_id = p_calendar_id;
87: --
88: l_proc varchar2(72) := g_package||'api_updating';
89: l_fct_ret boolean;

Line 160: from hr_calendars

156: pattern_start_position,
157: calendar_start_time,
158: pattern_id,
159: object_version_number
160: from hr_calendars
161: where calendar_id = p_calendar_id
162: for update nowait;
163: --
164: l_proc varchar2(72) := g_package||'lck';

Line 203: hr_utility.set_message_token('TABLE_NAME', 'hr_calendars');

199: -- The object is locked therefore we need to supply a meaningful
200: -- error message.
201: --
202: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
203: hr_utility.set_message_token('TABLE_NAME', 'hr_calendars');
204: hr_utility.raise_error;
205: End lck;
206: --
207: -- ----------------------------------------------------------------------------