Originally posted by Highlander
TYPE T_CLAIM_REC IS TABLE OF STG_F_CLAIM_TRY%ROWTYPE INDEX BY PLS_INTEGER;
;
try replacing the record structure based collection.
using the scalar values based collections.