MEMBER FUNCTION GetTag(SELF IN OUT NOCOPY TmpDataObj
,pStrTag IN VARCHAR2)
RETURN NUMBER,
This is the correct syntax for changing the mode of the Self variable in oracle and will compile fin on another tool ( toad ) but will throw an error when attemped in pl/sql developer. the error it it throws is PLS-00382 expression is of wrong type. I was wondering why?
,pStrTag IN VARCHAR2)
RETURN NUMBER,
This is the correct syntax for changing the mode of the Self variable in oracle and will compile fin on another tool ( toad ) but will throw an error when attemped in pl/sql developer. the error it it throws is PLS-00382 expression is of wrong type. I was wondering why?