DBA Data[Home] [Help]

APPS.AME_RLU_BUS dependencies on APP_EXCEPTION

Line 53: when app_exception.application_exception then

49: fnd_message.set_name('PER','AME_400481_INV_APP_CAT');
50: fnd_message.raise_error;
51: end if;
52: exception
53: when app_exception.application_exception then
54: if hr_multi_message.exception_add
55: (p_associated_column1 => 'APPROVER_CATEGORY') then
56: hr_utility.set_location(' Leaving:'|| l_proc, 50);
57: raise;

Line 115: when app_exception.application_exception then

111: fnd_message.raise_error;
112: end if;
113: close c_sel1;
114: exception
115: when app_exception.application_exception then
116: if hr_multi_message.exception_add
117: (p_associated_column1 => 'ITEM_ID') then
118: hr_utility.set_location(' Leaving:'|| l_proc, 50);
119: raise;

Line 227: when app_exception.application_exception then

223: fnd_message.raise_error;
224: end if;
225: close c_sel1;
226: exception
227: when app_exception.application_exception then
228: if hr_multi_message.exception_add
229: (p_associated_column1 => 'RULE_ID') then
230: hr_utility.set_location(' Leaving:'|| l_proc, 50);
231: raise;