index

Package nb_ea_comments_strings

This package contains error messages and error message functions for the Electronic Approvals Comments API.
 

Message NameError Message
INVALID_TRANSACTION_NOInvalid Transaction Number for Electronic Approvals Comments
The Transaction Number entered is not valid. It needs to exist in NOBTRAN table to be a valid Transaction Number
MISSING_COMMENTSMissing mandatory Comments for Electronic Approvals Comments
The Comments parameter was omitted when calling a function or procedure in the Electronic Approvals Comments API. This parameter is a key value for the  Electronic Approvals entity and must be provided.
MISSING_PARENTRequired parent record not found
The Electronic Approvals Transaction Record is missing. Please create the Electronic Approvals Transaction record first and try again.
MISSING_SEQ_NOMissing mandatory Sequence Number for Electronic Approvals Comments
The Sequence Number parameter was omitted when calling a function or procedure in the Electronic Approvals Comments API. This parameter is a key value for the  Electronic Approvals entity and must be provided.
MISSING_TRANSACTION_NOMissing mandatory Transaction Number for Electronic Approvals Comments
The Transaction Number parameter was omitted when calling a function or procedure in the Electronic Approvals Comments API. This parameter is a key value for the  Electronic Approvals entity and must be provided.
PK_NOT_FOUNDCannot find record using primary or unique key for Electronic Approvals Comments
The combination of required parameters does not refer to an existing Electronic Approvals Comments entity.
P_DELETE_FAILEDCannot delete Electronic Approvals Comments, record does not exist
An attempt was made to delete an Electronic Approvals Comments record, but a record with these key values ( or rowid ) could not be found.
RECORD_EXISTSCannot create Electronic Approvals Comments, record already exists
An attempt was made to create a new Electronic Approvals Comments record, but a record already exists with these key values.


Program units
f_get_error   Returns the error message corresponding to p_errorname.

Variables
error_tab   Global PL/SQL table that holds the error messages.


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Global PL/SQL table that holds the error messages.


f_get_error

Function f_get_error(p_errorname VARCHAR2)
  RETURN gb_common_strings.err_type

Returns the error message corresponding to p_errorname.

Parameters
p_errorname   Name associated with the error message.