Message Oracle PLS-00418 - array bind type must match PL/SQL table row type

ERRORarray bind type must match PL/SQL table row type
CAUSEA host array was passed (by an Oracle Precompiler program, for example) to a PL/SQL subprogram for binding to a PL/SQL table parameter. However, the datatypes of the array elements and PL/SQL table rows are incompatible. So, the binding failed.
ACTIONChange the datatype of the array elements or PL/SQL table rows to make the datatypes compatible.