DBA Data[Home] [Help]

APPS.IRC_CMT_BUS dependencies on APP_EXCEPTION

Line 289: when app_exception.application_exception then

285: --
286: hr_utility.set_location(l_proc,20);
287: --
288: exception
289: when app_exception.application_exception then
290: if hr_multi_message.exception_add
291: (p_associated_column1 => 'IRC_COMM_TOPICS.COMMUNICATION_ID'
292: ) then
293: --

Line 342: when app_exception.application_exception then

338: --
339: hr_utility.set_location(l_proc,20);
340: --
341: exception
342: when app_exception.application_exception then
343: if hr_multi_message.exception_add
344: (p_associated_column1 => 'IRC_COMM_TOPICS.SUBJECT'
345: ) then
346: --

Line 403: when app_exception.application_exception then

399: hr_utility.raise_error;
400: end if;
401: --
402: exception
403: when app_exception.application_exception then
404: if hr_multi_message.exception_add
405: (p_associated_column1 => 'IRC_COMM_TOPICS.STATUS'
406: ) then
407: --