Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unwanted message unused cursor parameter #125

Closed
JoopBL opened this issue Jul 29, 2019 · 1 comment
Closed

unwanted message unused cursor parameter #125

JoopBL opened this issue Jul 29, 2019 · 1 comment

Comments

@JoopBL
Copy link

JoopBL commented Jul 29, 2019

The following code gives an unwanted error messge ' remove unused parameter'.

The cursor parameter is used in the query with the cursor name as prefix.
cursor c_lveh_2 (samenvoeg_levereenheid_kd levereenheid.samenvoeg_levereenheid_kd%type)is select lveh.* from levereenheid lveh where lveh.levereenheid_kd = c_lveh_2.samenvoeg_levereenheid_kd

@felipebz
Copy link
Owner

Thanks for reporting this, I didn't even know this was valid. 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants