QUOTE (shay_b @ Jan 23 2012, 12:05 AM)

YOu have an error here:
CODE
LINE/COL ERROR
-------- -----------------------------------------------------------------
7/6 PLS-00103: Encountered the symbol "PS_ADDUSER_ORACLE8" when
expecting one of the following:
:= . ( @ %;
The symbol ":=" was substituted for "PS_ADDUSER_ORACLE8" to
Which is it?
"is begin" or "as begin"?
You can use IS or AS interchangably for oracle procedures. I believe the Oracle documentation states it that they are synonyms for each other. Could be wrong... But I know I've used either "IS" OR "AS" and it's worked fine.