Make function parameter(s) required
704072May 29 2009 — edited May 29 2009In an oracle function, how do you make parameters required? Or is this something that is on the database end?
For example
Function FH
(*v_prob IN varchar2*, v_bl IN varchar2, v_site IN varchar2)
The parameters in bold are required, is there something possible for that?