DBA Data[Home] [Help]

APPS.PER_CTK_BUS dependencies on APP_EXCEPTION

Line 212: exception when app_exception.application_exception then

208: close csr_ckl_id;
209: --
210: IF g_debug THEN hr_utility.set_location('Leaving:'||l_proc, 50); END IF;
211: --
212: exception when app_exception.application_exception then
213: IF hr_multi_message.exception_add
214: (p_associated_column1 => 'PER_TASKS_INCHECKLIST.CHECKLIST_ID'
215: ) then
216: hr_utility.set_location(' Leaving:'|| l_proc, 60);

Line 295: exception when app_exception.application_exception then

291: end if;
292: --
293: if g_debug then hr_utility.set_location(l_proc, 5); end if;
294: --
295: exception when app_exception.application_exception then
296: if hr_multi_message.exception_add
297: (p_associated_column1 => 'PER_TASKS_INCHECKLIST.NAME'
298: ) then
299: hr_utility.set_location(' Leaving:'|| l_proc, 60);

Line 390: EXCEPTION when app_exception.application_exception then

386: END IF;
387: --
388: IF g_debug then hr_utility.set_location(l_proc, 5); END IF;
389: --
390: EXCEPTION when app_exception.application_exception then
391: if hr_multi_message.exception_add
392: (p_associated_column1 => 'PER_TASKS_INCHECKLIST.TARGET_DURATION_UOM'
393: ) then
394: hr_utility.set_location(' Leaving:'|| l_proc, 60);