ORA_NLS.NO_ITEM
built-in exceptionThis exception is raised when a user-supplied attribute cannot be located in the list of attributes constants.
ORA_NLS.NO_ITEM EXCEPTION;
/*
** Hand the exception for an unidentified attribute constant
*/
EXCEPTION
WHEN ORA_NLS.NO_ITEM THEN
TEXT_IO.PUT ('An attribute supplied is not valid.');
About the ORA_NLS
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.