DBA Data[Home] [Help]

APPS.AME_CAL_BUS dependencies on APP_EXCEPTION

Line 75: when app_exception.application_exception then

71: close csr_application_id;
72: end if;
73: hr_utility.set_location(' Leaving:'||l_proc,30);
74: exception
75: when app_exception.application_exception then
76: if hr_multi_message.exception_add
77: (p_associated_column1 => 'AME_CALLING_APPS_TL.APPLICATION_ID'
78: ) then
79: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 139: when app_exception.application_exception then

135: fnd_message.raise_error;
136: end if;
137: close dup_app_name;
138: exception
139: when app_exception.application_exception then
140: if hr_multi_message.exception_add
141: (p_associated_column1 => 'AME_CALLING_APPS_TL.APPLICATION_NAME'
142: ) then
143: hr_utility.set_location(' Leaving:'||l_proc, 40);