I am trying to create a procedure to take user input for username and password, but I keep getting an error because of the '&'
.
CREATE OR REPLACE FUNCTION Approval (Input_S_ID Sales.Sales_ID%Type, discount_amount NUMBER)
RETURN NUMBER
IS
UN Employee.E_un%Type := &UN;
PS Employee.E_pass%Type := &PS;