DBA Data[Home] [Help]

APPS.HR_OTY_BUS dependencies on APP_EXCEPTION

Line 133: when app_exception.application_exception then

129: close csr_key;
130:
131: hr_utility.set_location(' Leaving:'||l_proc,30);
132: exception
133: when app_exception.application_exception then
134: if hr_multi_message.exception_add
135: (p_associated_column1 => 'HR_KI_OPTION_TYPES.OPTION_TYPE_KEY'
136: )then
137: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 220: when app_exception.application_exception then

216: END IF;
217:
218: hr_utility.set_location(' Leaving:'||l_proc,30);
219: exception
220: when app_exception.application_exception then
221: if hr_multi_message.exception_add
222: (p_associated_column1 => 'HR_KI_OPTION_TYPES.DISPLAY_TYPE'
223: )then
224: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 308: when app_exception.application_exception then

304: close csr_maintenance_tl;
305:
306: hr_utility.set_location(' Leaving:'|| l_proc, 30);
307: exception
308: when app_exception.application_exception then
309: if hr_multi_message.exception_add
310: (p_associated_column1 => 'HR_KI_OPTION_TYPES.option_type_id'
311: ) then
312: hr_utility.set_location(' Leaving:'|| l_proc, 40);