The following package throws : PLS-00386: type mismatch found at \'V_STUDYTBL\' between FETCH cursor and INTO variables
Purpose of the code: Define
Try declaring your cursor as:
CURSOR c_StudyTbl IS SELECT OBJTYP(A, B, C) FROM my_table WHERE Study_Number = p_StudyNum(i);