DBA Data[Home] [Help]

APPS.HR_EXU_SHD dependencies on HR_EXCEPTION_USAGES

Line 108: from hr_exception_usages

104: calendar_id,
105: calendar_usage_id,
106: object_version_number,
107: exception_id
108: from hr_exception_usages
109: where exception_usage_id = p_exception_usage_id;
110: --
111: l_proc varchar2(72) := g_package||'api_updating';
112: l_fct_ret boolean;

Line 185: from hr_exception_usages

181: calendar_id,
182: calendar_usage_id,
183: object_version_number,
184: exception_id
185: from hr_exception_usages
186: where exception_usage_id = p_exception_usage_id
187: for update nowait;
188: --
189: l_proc varchar2(72) := g_package||'lck';

Line 231: hr_utility.set_message_token('TABLE_NAME', 'hr_exception_usages');

227: -- error message.
228: --
229: -- *** NEW_MESSAGE_REQUIRED ***
230: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
231: hr_utility.set_message_token('TABLE_NAME', 'hr_exception_usages');
232: hr_utility.raise_error;
233: End lck;
234: --
235: -- ----------------------------------------------------------------------------