Oracle Message PCB-00207 - Invalid use of PIC N or PIC G table variable when NLS_LOCAL=YES

ERRORInvalid use of PIC N or PIC G table variable when NLS_LOCAL=YES
CAUSEA PIC N variable was declared using an OCCURS clause. Tables of PIC N variables are not supported when NLS_LOCAL=YES.
ACTIONDeclare the PIC N variable without an OCCURS clause or, do not use the PIC N variable in any SQL statements.