DBA Data[Home] [Help]

APPS.JAI_FA_MA_BRIUD_T1 dependencies on APP_EXCEPTION

Line 640: app_exception.raise_exception (

636: EXCEPTION
637:
638: WHEN le_error THEN
639:
640: app_exception.raise_exception (
641: EXCEPTION_TYPE => 'APP' ,
642: EXCEPTION_CODE => -20110 ,
643: EXCEPTION_TEXT => lv_return_message
644: );

Line 648: app_exception.raise_exception (

644: );
645:
646: WHEN OTHERS THEN
647:
648: app_exception.raise_exception (
649: EXCEPTION_TYPE => 'APP',
650: EXCEPTION_CODE => -20110 ,
651: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_FA_MA_BRIUD_T1' || substr(sqlerrm,1,1900)
652: );