DBA Data[Home] [Help]

APPS.JAI_OE_OLA_BRIUD_T1 dependencies on APP_EXCEPTION

Line 788: app_exception.raise_exception (

784: EXCEPTION
785:
786: WHEN le_error THEN
787:
788: app_exception.raise_exception (
789: EXCEPTION_TYPE => 'APP' ,
790: EXCEPTION_CODE => -20110 ,
791: EXCEPTION_TEXT => lv_return_message
792: );

Line 796: app_exception.raise_exception (

792: );
793:
794: WHEN OTHERS THEN
795:
796: app_exception.raise_exception (
797: EXCEPTION_TYPE => 'APP',
798: EXCEPTION_CODE => -20110 ,
799: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_OE_OLA_BRIUD_T1' || substr(sqlerrm,1,1900)
800: );