misterimran
Programmer
hi friends,
i want to store number of records fetched by a cursor in my pl/sql code for later user in the same program unit.
like i have a cursor that fetch the following records for the columns
Employee_ID, Ded_ID, Ded_Date, Ded_Amount
14210, 1, 12-Mar-03, 200
14210, 1, 14-Mar-03, 400
10060, 2, 18-Mar-03, 2100
Now i want to store these records in my PL/Sql Code like for example in
an array or in an emptry cursor. What shall i do? how can we store records fetch by the cursor in any kind of variables?
Plis help with example.
Best Regards,
Imran Baig
i want to store number of records fetched by a cursor in my pl/sql code for later user in the same program unit.
like i have a cursor that fetch the following records for the columns
Employee_ID, Ded_ID, Ded_Date, Ded_Amount
14210, 1, 12-Mar-03, 200
14210, 1, 14-Mar-03, 400
10060, 2, 18-Mar-03, 2100
Now i want to store these records in my PL/Sql Code like for example in
an array or in an emptry cursor. What shall i do? how can we store records fetch by the cursor in any kind of variables?
Plis help with example.
Best Regards,
Imran Baig