DBA Data[Home] [Help]

APPS.AME_ITU_BUS dependencies on APP_EXCEPTION

Line 67: when app_exception.application_exception then

63: end if;
64: close csr_application_id;
65: hr_utility.set_location(' Leaving:'||l_proc,30);
66: exception
67: when app_exception.application_exception then
68: if hr_multi_message.exception_add
69: (p_associated_column1 => 'AME_ITEM_CLASS_USAGES.APPLICATION_ID'
70: ) then
71: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 134: when app_exception.application_exception then

130: end if;
131: close csr_item_class_id;
132: hr_utility.set_location(' Leaving:'||l_proc,30);
133: exception
134: when app_exception.application_exception then
135: if hr_multi_message.exception_add
136: (p_associated_column1 => 'AME_ITEM_CLASS_USAGES.ITEM_CLASS_ID'
137: ) then
138: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 199: when app_exception.application_exception then

195: end if;
196: close csr_item_class_usage;
197: hr_utility.set_location(' Leaving:'||l_proc,30);
198: exception
199: when app_exception.application_exception then
200: if hr_multi_message.exception_add
201: (p_associated_column1 => 'AME_ITEM_CLASS_USAGES.ITEM_CLASS_ID'
202: ) then
203: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 348: when app_exception.application_exception then

344: end if;
345: end if;
346: hr_utility.set_location(' Leaving:'||l_proc,30);
347: exception
348: when app_exception.application_exception then
349: if hr_multi_message.exception_add
350: (p_associated_column1 => 'AME_ITEM_CLASS_USAGES.ITEM_ID_QUERY'
351: ) then
352: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 405: when app_exception.application_exception then

401: end if;
402: end if;
403: hr_utility.set_location(' Leaving:'||l_proc,30);
404: exception
405: when app_exception.application_exception then
406: if hr_multi_message.exception_add
407: (p_associated_column1 => 'AME_ITEM_CLASS_USAGES.ITEM_CLASS_PAR_MODE'
408: ) then
409: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 465: when app_exception.application_exception then

461: end if;
462: end if;
463: hr_utility.set_location(' Leaving:'||l_proc,30);
464: exception
465: when app_exception.application_exception then
466: if hr_multi_message.exception_add
467: (p_associated_column1 => 'AME_ITEM_CLASS_USAGES.ITEM_CLASS_SUBLIST_MODE'
468: ) then
469: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 518: when app_exception.application_exception then

514: fnd_message.raise_error;
515: end if;
516: hr_utility.set_location(' Leaving:'||l_proc,30);
517: exception
518: when app_exception.application_exception then
519: if hr_multi_message.exception_add
520: (p_associated_column1 => 'AME_ITEM_CLASS_USAGES.ITEM_CLASS_ORDER_NUMBER'
521: ) then
522: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 600: when app_exception.application_exception then

596: l_exists varchar2(1);
597: begin
598: null;
599: exception
600: when app_exception.application_exception then
601: if hr_multi_message.exception_add
602: (p_associated_column1 => 'ITEM_CLASS_ID') then
603: hr_utility.set_location(' Leaving:'|| l_proc, 50);
604: raise;