Importing Journals with Tax Codes fails: Ora-12899: Value Too Large For Column Gl.Gl_interface.Tax_code
(Doc ID 577824.1)
Last updated on JANUARY 12, 2025
Applies to:
Oracle General Ledger - Version 11.5.10.2 and laterInformation in this document applies to any platform.
Information in this document applies to any platform.
Goal
- In the table AP_TAX_CODES_ALL, the column TAX_CODE has the type Varchar2(15).
- In the table AR_VAT_TAX_ALL, the column NAME has the type Varchar2(50).
- In the table GL_INTERFACE, the column TAX_CODE has the type Varchar2(15).
The system allows you to create tax_codes longer than 15 characters, but when attempting to import journals with a receivables tax_code longer then 15 characters, an error is thrown due to the column TAX_CODE length in GL_INTERFACE:
ORA-12899: VALUE TOO LARGE FOR COLUMN GL.GL_INTERFACE.TAX_CODE
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |