Package nb_proxy_module_strings
This package contains the error messages and error message functions for the Proxy Module API (NB_PROXY_MODULE).
Message Name | Error Message |
INVALID_PRXM_CODE | Invalid Proxy Module for Proxy Module. |
An invalid Proxy Module parameter was provided when calling a function or procedure in the Proxy Module API (NB_PROXY_MODULE). The code must exist in the Proxy Module Validation table (NTVPRXM). |
MISSING_NTRPRXY_ID | Missing mandatory Proxy ID for Proxy Module. |
The Proxy ID parameter was omitted when calling a function or procedure in the Proxy Module API. This parameter is a key value for the PROXY_MODULE entity and must be provided. |
MISSING_PARENT | Invalid Proxy ID for Proxy Module. |
An attempt was made to create a PROXY_MODULE record, but no parent record with these key values could be found. |
MISSING_PRXM_CODE | Missing mandatory Proxy Module for Proxy Module. |
The Proxy Module parameter was omitted when calling a function or procedure in the Proxy Module API. This parameter is a key value for the PROXY_MODULE entity and must be provided. |
P_DELETE_FAILED | Cannot delete Proxy Module, record does not exist. |
An attempt was made to delete a PROXY_MODULE record, but a record with these key values (or rowid) could not be found. |
RECORD_EXISTS | Cannot create Proxy Module, record already exists. |
An attempt was made to create a new PROXY_MODULE record, but a record already exists with these key values. |
|