Has anyone built a mod to lengthen an out-of-the-box field in Apps 9? The field currently supports 11 characters, and I’d like to stretch that out to 12. Besides altering the Oracle column and updating the metadata in the many column comments and application tables, does the IEE .NET client hold this kind of metadata hard-coded? Is it hard-coded anywhere in the Java middleware?
Solved
Apps 9 mod to lengthen a field
Best answer by Tomas Ruderfelt
The .net client field has a max length so you need to change that.
Java code might be affected depending on which field it is. If it is used in integrations or other things where we use Java like in DOCMAN.
You also need to check all PLSQL code where that field is used to see if any local variables have a length of 11.
So time and effort is highly depending on which field it is.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.