I have a procedure in a package where i need to accept a user input. However while i compile this package, the user input is being prompted which is not my requirement. While executing this procedure the value of the input variable is that which has been enterd during compilation time.
Is there anyway by which i can avoid the i/p being prompted at compilation time and request for user input only when that procedure is called ?
Is there anyway by which i can avoid the i/p being prompted at compilation time and request for user input only when that procedure is called ?