Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021168Openbravo ERPA. Platformpublic2012-07-20 15:182022-02-01 08:08
Xpand-IT 
Triage Platform Base 
normalminoralways
newopen 
5
3.0MP7.1 
 
Core
No
0021168: v_POReference in function has a fixed length
If The length of POReference in c_invoice table is changed an error is raised on c_invoice_post() and in c_commissionrun_process().

In these functions should be defined as C_INVOICE.POReference%TYPE but is defined as:
c_commissionrun_process - varchar2(20)
c_invoice_post - nvarchar(40)
Open c_invoice_post or c_commissionrun_process functions
Change the definition of the variables to:
v_POReference C_INVOICE.POReference%TYPE;
No tags attached.
Issue History
2012-07-20 15:18Xpand-ITNew Issue
2012-07-20 15:18Xpand-ITAssigned To => alostale
2012-07-20 15:18Xpand-ITModules => Core
2017-04-10 14:37alostaleAssigned Toalostale => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.