hi all,
currently, i declare variable in stored procedure similar to db table column. is it a way to declare it like below:
x_order_noso.order_no%type;
i need to do it so that i dont need to change the store procedure when change the size of the table in db.
thanks for any inputs.
regards,
Richard