Message Oracle SQL-02141 - Collection descriptor has not been allocated

ERRORCollection descriptor has not been allocated
CAUSEAn unallocated collection descriptor was referenced in a COLLECTION SET or COLLECTION GET statement.
ACTIONAllocate the collection descriptor with the EXEC SQL ALLOCATE statement. e.g. EXEC SQL ALLOCATE : coldesc_p;