DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 670: app_exception.raise_exception (

666: fnd_file.put_line(fnd_file.log, 'JAI: interface_line_attribute11 = ' ||:new.interface_line_attribute11 );
667:
668: FND_FILE.PUT_LINE(FND_FILE.LOG,
669: ' Error in trigger JAI_AR_RCTLA_ARIUD_T1'|| lv_return_message);
670: app_exception.raise_exception (
671: EXCEPTION_TYPE => 'APP' ,
672: EXCEPTION_CODE => -20110 ,
673: EXCEPTION_TEXT => lv_return_message
674: );

Line 687: app_exception.raise_exception (

683:
684: FND_FILE.PUT_LINE(FND_FILE.LOG,
685: ' Error in trigger JAI_AR_RCTLA_ARIUD_T1'|| lv_return_message);
686:
687: app_exception.raise_exception (
688: EXCEPTION_TYPE => 'APP',
689: EXCEPTION_CODE => -20110 ,
690: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AR_RCTLA_ARIUD_T1' || substr(sqlerrm,1,1900)
691: );