DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_ARIUD_T1 dependencies on APP_EXCEPTION

Line 716: app_exception.raise_exception (

712: fnd_file.put_line(fnd_file.log, 'JAI: interface_line_attribute11 = ' ||:new.interface_line_attribute11 );
713:
714: FND_FILE.PUT_LINE(FND_FILE.LOG,
715: ' Error in trigger JAI_AR_RCTLA_ARIUD_T1'|| lv_return_message);
716: app_exception.raise_exception (
717: EXCEPTION_TYPE => 'APP' ,
718: EXCEPTION_CODE => -20110 ,
719: EXCEPTION_TEXT => lv_return_message
720: );

Line 733: app_exception.raise_exception (

729:
730: FND_FILE.PUT_LINE(FND_FILE.LOG,
731: ' Error in trigger JAI_AR_RCTLA_ARIUD_T1'|| lv_return_message);
732:
733: app_exception.raise_exception (
734: EXCEPTION_TYPE => 'APP',
735: EXCEPTION_CODE => -20110 ,
736: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AR_RCTLA_ARIUD_T1' || substr(sqlerrm,1,1900)
737: );