DBA Data[Home] [Help]

APPS.JAI_OE_OLA_ARIUD_TRG dependencies on APP_EXCEPTION

Line 803: app_exception.raise_exception (

799: EXCEPTION
800:
801: WHEN le_error THEN
802:
803: app_exception.raise_exception (
804: EXCEPTION_TYPE => 'APP' ,
805: EXCEPTION_CODE => -20110 ,
806: EXCEPTION_TEXT => lv_return_message
807: );

Line 811: app_exception.raise_exception (

807: );
808:
809: WHEN OTHERS THEN
810:
811: app_exception.raise_exception (
812: EXCEPTION_TYPE => 'APP',
813: EXCEPTION_CODE => -20110 ,
814: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_OE_OLA_ARIUD_TRG' || substr(sqlerrm,1,1900)
815: );