DBA Data[Home] [Help]

APPS.AME_ACA_BUS dependencies on HR_MULTI_MESSAGE

Line 64: if hr_multi_message.exception_add

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);
68: raise;

Line 132: if hr_multi_message.exception_add

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);
136: raise;

Line 188: if hr_multi_message.no_all_inclusive_error

184: l_key varchar2(1);
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc,10);
188: if hr_multi_message.no_all_inclusive_error
189: (p_check_column1 => 'AME_CALLING_APPS.FND_APPLICATION_ID') then
190: open csr_fnd_app_tx_type;
191: fetch csr_fnd_app_tx_type into l_key;
192: if(csr_fnd_app_tx_type%found) then

Line 202: if hr_multi_message.exception_add

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);
206: raise;

Line 302: if hr_multi_message.exception_add

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);
306: raise;