Forum OpenACS Development: Re: Ignore other one PL/SQL Problem

Collapse
Posted by David Scott on
hey,

sorry but why is that wrong?

i have declaired it as the table name and also that

cust_id IN customer.customer_id%TYPE

this is just the casting no?

Collapse
Posted by Pradeep Inamati on
You can't have two parameters with the same name. arg1 is cust_id. so is arg 2.

How would the compiler know which value to use ?