DBA Data[Home] [Help]

APPS.IRC_IOS_BUS dependencies on APP_EXCEPTION

Line 245: when app_exception.application_exception then

241: --
242: hr_utility.set_location(' Leaving:'|| l_proc, 30);
243: --
244: exception
245: when app_exception.application_exception then
246: if hr_multi_message.exception_add
247: (p_associated_column1=>
248: 'IRC_OFFER_STATUS_HISTORY.OFFER_ID'
249: ) then

Line 325: when app_exception.application_exception then

321: hr_utility.set_location(' Leaving:' || l_proc, 30);
322:
323: --
324: exception
325: when app_exception.application_exception then
326: if hr_multi_message.exception_add
327: (p_associated_column1=>
328: 'IRC_OFFER_STATUS_HISTORY.OFFER_STATUS'
329: ) then

Line 394: when app_exception.application_exception then

390: hr_utility.set_location(' Leaving:' || l_proc, 30);
391:
392: --
393: exception
394: when app_exception.application_exception then
395: if hr_multi_message.exception_add
396: (p_associated_column1=>
397: 'IRC_OFFER_STATUS_HISTORY.CHANGE_REASON'
398: ) then

Line 478: when app_exception.application_exception then

474: hr_utility.set_location(' Leaving:' || l_proc, 30);
475:
476: --
477: exception
478: when app_exception.application_exception then
479: if hr_multi_message.exception_add
480: (p_associated_column1=>
481: 'IRC_OFFER_STATUS_HISTORY.DECLINE_REASON'
482: ) then

Line 562: when app_exception.application_exception then

558: hr_utility.set_location(' Leaving:' || l_proc, 30);
559:
560: --
561: exception
562: when app_exception.application_exception then
563: if hr_multi_message.exception_add
564: (p_associated_column1=>
565: 'IRC_OFFER_STATUS_HISTORY.DECLINE_REASON'
566: ) then