|
Re: Oracle Developer Graphics 2.5 [message #78404 is a reply to message #78403] |
Wed, 20 February 2002 04:45  |
pratap kumar tripathy
Messages: 660 Registered: January 2002
|
Senior Member |
|
|
use
TOOL_ERR.MESSAGE
----------------
Syntax:
FUNCTION TOOL_ERR.MESSAGE
(i PLS_INTEGER := TOPERROR)
RETURN VARCHAR2;
Parameters:
----------
i Is an integer that specifies an error on the error stack.
Returns: An error message.
Description:
This function returns the formatted message associated with the ith error on the error stack (the default is the top-most error).
|
|
|