Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0006773 | Openbravo ERP | 02. Master data management | public | 2009-01-02 21:50 | 2009-04-21 11:09 | |||||||
Reporter | iciordia | |||||||||||
Assigned To | Dowid | |||||||||||
Priority | high | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | pi | |||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0006773: Wrong code in M_PRODUCT_BOM_CHECK pl/sql function | |||||||||||
Description | M_PRODUCT_BOM_CHECK is in invalid status because of this piece of code: EXCEPTION WHEN others THEN RAISE '@C_TEMP_SELECTION2_KEY@ '; END; It does not compile in Oracle. Furthermore the code is meaningless, is should be something like "@LOOP_IN_BOM@" | |||||||||||
Steps To Reproduce | ||||||||||||
Proposed Solution | It should be: EXCEPTION WHEN others THEN RAISE_APPLICATION_ERROR(-20000, '@C_TEMP_SELECTION2_KEY@'); END; | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2009-01-02 21:50 | iciordia | New Issue | ||||||||||
2009-01-02 21:50 | iciordia | Assigned To | => rafaroda | |||||||||
2009-01-02 21:50 | iciordia | sf_bug_id | 0 => 2482859 | |||||||||
2009-01-02 21:50 | iciordia | Regression testing | => No | |||||||||
2009-01-03 20:23 | rafaroda | Relationship added | related to 0005935 | |||||||||
2009-01-03 20:24 | rafaroda | Status | new => scheduled | |||||||||
2009-01-03 20:24 | rafaroda | Assigned To | rafaroda => Dowid | |||||||||
2009-01-03 20:24 | rafaroda | fix_in_branch | => trunk | |||||||||
2009-01-05 15:02 | svnbot | Checkin | ||||||||||
2009-01-05 15:02 | svnbot | Note Added: 0011915 | ||||||||||
2009-01-05 15:02 | svnbot | Status | scheduled => resolved | |||||||||
2009-01-05 15:02 | svnbot | Resolution | open => fixed | |||||||||
2009-01-05 15:02 | svnbot | svn_revision | => 11659 | |||||||||
2009-04-21 11:09 | psarobe | Status | resolved => closed |
Notes | |||||
|
|||||
|
|