DBA Data[Home] [Help]

APPS.AME_ACA_BUS dependencies on APP_EXCEPTION

Line 63: when app_exception.application_exception then

59: close csr_fnd_application_id;
60: end if;
61: hr_utility.set_location(' Leaving:'||l_proc,30);
62: exception
63: when app_exception.application_exception then
64: if hr_multi_message.exception_add
65: (p_associated_column1 => 'AME_CALLING_APPS.FND_APPLICATION_ID'
66: ) then
67: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 131: when app_exception.application_exception then

127: end if;
128: close csr_application_name;
129: hr_utility.set_location(' Leaving:'||l_proc,30);
130: exception
131: when app_exception.application_exception then
132: if hr_multi_message.exception_add
133: (p_associated_column1 => 'AME_CALLING_APPS.APPLICATION_NAME'
134: ) then
135: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 201: when app_exception.application_exception then

197: close csr_fnd_app_tx_type;
198: end if;
199: hr_utility.set_location(' Leaving:'||l_proc,30);
200: exception
201: when app_exception.application_exception then
202: if hr_multi_message.exception_add
203: (p_associated_column1 => 'AME_CALLING_APPS.FND_APP_TX_TYP_ID'
204: ) then
205: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 301: when app_exception.application_exception then

297: close csr_isSeeded;
298: end if;
299: hr_utility.set_location(' Leaving:'||l_proc,30);
300: exception
301: when app_exception.application_exception then
302: if hr_multi_message.exception_add
303: (p_associated_column1 => 'AME_CALLING_APPS.DELETE'
304: ) then
305: hr_utility.set_location(' Leaving:'||l_proc, 40);