FOR Loop is not getting executed
Dear All
In attached file I have used an API but for loop is not getting executed however data exists in cursor. Please refer to attached file.
However I have noticed if I try in below syntax it executed successfully.
DECLARE
BEGIN
API CALL
END;