posted 18 years ago
I'm encountering similar code as this
I understand (1), but can someone explain the meaning of declaration (2)?
A procedure which uses the above as a parameter.
A few questions:
What does (3) mean?
Since the cursor is declared as a package public/global object, is it true that I cannot/should not concurrently run this procedure?
What is a better way to write this?
[ February 23, 2007: Message edited by: Chu Tan ]