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

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 ?