Procedure without all the parameters sent to it [message #220000] |
Sat, 17 February 2007 08:43 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Lama
Messages: 45 Registered: February 2006
|
Member |
|
|
is there a way that a procedure works without all the procedure sent to it, ex. if I have this procedure -->
get_message( p_msg_code in number, p_msg out varchar2, p_added_to_msg in varchar2)
could I call the procedure with only the two parameters -->
Get_message(1,v_message);
this is already available in built in packages in oracle so I think this can be done but am not sure how??? can anyone help me...
|
|
|
|
|