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.');