DBA Data[Home] [Help]

APPS.AME_ITC_BUS dependencies on HR_MULTI_MESSAGE

Line 49: if hr_multi_message.exception_add

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

Line 114: if hr_multi_message.exception_add

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

Line 177: if hr_multi_message.exception_add

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