Dear experts,
We're trying to add a new column to the 'Invoice' entity using the Developer Studio. During deployment, we encountered an error: "IFSAPP.INVOICE_API" has errorsORA-06508: PL/SQL: could not find program unit being called: "IFSAPP.INVOICE_API"ORA-06512:. This error indicates that the new column wasn't automatically included in the 'invoice_rec_' record type within the 'INVOICE_API' package.

To work around this, we manually modified ('overridden') the “invoice_rec_”record type to include the new column. While this allowed the entity to deploy successfully, we're now encountering a new error in the 'INV_PROCESSING_TYPE_UTIL_API': 'ORA-06502: PL/SQL: numeric or value error: character string buffer too small' in the customer invoice window. We're concerned about potential inconsistencies that may arise on the screen. Is this behavior a bug, or are we not advised to add new columns to the 'invoice_tab' table?

Any insights or guidance would be greatly appreciated. Thank you!