Package nb_ea_comments_strings
This package contains error messages and error message functions for the Electronic Approvals Comments API.
Message Name | Error Message |
INVALID_TRANSACTION_NO | Invalid 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_COMMENTS | Missing 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_PARENT | Required parent record not found |
The Electronic Approvals Transaction Record is missing. Please create the Electronic Approvals Transaction record first and try again.
|
MISSING_SEQ_NO | Missing 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_NO | Missing 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_FOUND | Cannot 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_FAILED | Cannot 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_EXISTS | Cannot 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.
|
|