DBA Data[Home] [Help]

APPS.AME_ITC_BUS dependencies on APP_EXCEPTION

Line 48: when app_exception.application_exception then

44: ,p_argument_value => p_name
45: );
46: hr_utility.set_location(' Leaving:'||l_proc,30);
47: exception
48: when app_exception.application_exception then
49: if hr_multi_message.exception_add
50: (p_associated_column1 => 'AME_ITEM_CLASSES.NAME'
51: ) then
52: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 113: when app_exception.application_exception then

109: close csr_name;
110: --
111: hr_utility.set_location(' Leaving:'||l_proc,30);
112: exception
113: when app_exception.application_exception then
114: if hr_multi_message.exception_add
115: (p_associated_column1 => 'AME_ITEM_CLASSES.UNIQUE'
116: ) then
117: hr_utility.set_location(' Leaving:'||l_proc, 40);

Line 176: when app_exception.application_exception then

172: end if;
173: close csr_isSeeded;
174: hr_utility.set_location(' Leaving:'||l_proc,30);
175: exception
176: when app_exception.application_exception then
177: if hr_multi_message.exception_add
178: (p_associated_column1 => 'AME_ITEM_CLASS.DELETE'
179: ) then
180: hr_utility.set_location(' Leaving:'||l_proc, 40);