DBA Data[Home] [Help]

APPS.HR_UCX_BUS dependencies on APP_EXCEPTION

Line 142: when app_exception.application_exception then

138: close csr_key;
139:
140: hr_utility.set_location(' Leaving:'||l_proc,40);
141: exception
142: when app_exception.application_exception then
143: if hr_multi_message.exception_add
144: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.UI_CONTEXT_KEY'
145: )then
146: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 217: when app_exception.application_exception then

213: close csr_int;
214:
215: hr_utility.set_location(' Leaving:'||l_proc,40);
216: exception
217: when app_exception.application_exception then
218: if hr_multi_message.exception_add
219: (p_associated_column1 => 'HR_KI_UI_CONTEXTS.USER_INTERFACE_ID'
220: )then
221: hr_utility.set_location(' Leaving:'||l_proc, 50);