DBA Data[Home] [Help]

APPS.JAI_AP_IA_DTC_BRIUD_T1 dependencies on APP_EXCEPTION

Line 566: app_exception.raise_exception;

562:
563: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
564: fnd_message.set_token ('MSG_TEXT', lv_return_message);
565: jai_cmn_utils_pkg.WRITE_FND_LOG_MSG('JAI.PLSQL.JAI_AP_IA_DTC_BRIUD_T1', lv_return_message);
566: app_exception.raise_exception;
567:
568: WHEN OTHERS THEN
569:
570: fnd_message.set_name ('JA','JAI_GENERIC_MSG');

Line 573: app_exception.raise_exception;

569:
570: fnd_message.set_name ('JA','JAI_GENERIC_MSG');
571: fnd_message.set_token ('MSG_TEXT', 'Encountered the error in trigger JAI_AP_IA_DTC_BRIUD_T1' || substr(sqlerrm,1,1900));
572: jai_cmn_utils_pkg.WRITE_FND_LOG_MSG('JAI.PLSQL.JAI_AP_IA_DTC_BRIUD_T1','Encountered the error in trigger JAI_AP_IA_DTC_BRIUD_T1' || substr(sqlerrm,1,1900));
573: app_exception.raise_exception;
574:
575: END JAI_AP_IA_DTC_BRIUD_T1 ;