DBA Data[Home] [Help]

APPS.IRC_IOS_BUS dependencies on HR_MULTI_MESSAGE

Line 246: if hr_multi_message.exception_add

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
250: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 326: if hr_multi_message.exception_add

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
330: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 395: if hr_multi_message.exception_add

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
399: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 479: if hr_multi_message.exception_add

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
483: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 563: if hr_multi_message.exception_add

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
567: hr_utility.set_location(' Leaving:'|| l_proc, 40);