During R12.1.1 Upgrade cebucopy.sql Fails with ORA-12899: value too large for column "AR"."HZ_PARTIE
sqlplus -s APPS/***** @/udev/d01/oracle/apps/apps_st/appl/ce/12.0.0/patch/115/sql/cebucopy.sql
DECLARE
*
ERROR at line 1:
ORA-12899: value too large for column "AR"."HZ_PARTIES"."HOME_COUNTRY" (actual:
9, maximum: 2)
ORA-06512: at line 919
There is a metalink doc for the same issue.560504.1. I checked ap_bank_branches which is showing me some NULL values in the COUNTRY table. Shall I fill those values from backend. or Is there any other tables affecting this ?