Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021168
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] A. Platformminoralways2012-07-20 15:182022-02-01 08:08
ReporterXpand-ITView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version3.0MP7.1SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0021168: v_POReference in function has a fixed length

DescriptionIf 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)
Steps To ReproduceOpen c_invoice_post or c_commissionrun_process functions
Proposed SolutionChange the definition of the variables to:
v_POReference C_INVOICE.POReference%TYPE;
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2012-07-20 15:18 Xpand-IT New Issue
2012-07-20 15:18 Xpand-IT Assigned To => alostale
2012-07-20 15:18 Xpand-IT Modules => Core
2017-04-10 14:37 alostale Assigned To alostale => platform
2022-02-01 08:08 alostale Assigned To platform => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker