DBA Data[Home] [Help]

APPS.HR_PAE_SHD dependencies on HR_PATTERN_EXCEPTIONS

Line 92: from hr_pattern_exceptions

88: exception_start_time,
89: exception_end_time,
90: exception_category,
91: object_version_number
92: from hr_pattern_exceptions
93: where exception_id = p_exception_id;
94: --
95: l_proc varchar2(72) := g_package||'api_updating';
96: l_fct_ret boolean;

Line 170: from hr_pattern_exceptions

166: exception_start_time,
167: exception_end_time,
168: exception_category,
169: object_version_number
170: from hr_pattern_exceptions
171: where exception_id = p_exception_id
172: for update nowait;
173: --
174: l_proc varchar2(72) := g_package||'lck';

Line 216: hr_utility.set_message_token('TABLE_NAME', 'hr_pattern_exceptions');

212: -- error message.
213: --
214: -- *** NEW_MESSAGE_REQUIRED ***
215: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
216: hr_utility.set_message_token('TABLE_NAME', 'hr_pattern_exceptions');
217: hr_utility.raise_error;
218: End lck;
219: --
220: -- ----------------------------------------------------------------------------