Package nb_effcert_category_strings
This package contains the error messages and error message functions for the Effort Certification Category Rule API (NB_EFFCERT_CATEGORY).
Message Name | Error Message |
ECCG_RECORD_EXISTS | Cannot create Effort Certification Category Rule, Effort Category is already associated with an Effort Category Group. |
An attempt was made to create a new EFFCERT_CATEGORY record, but Effort Category is already associated with an Effort Category Group. |
INVALID_ECCG_CODE | Invalid Effort Category for Effort Certification Category Rule. |
An invalid Effort Category parameter was provided when calling a function or procedure in the Effort Certification Category Rule API (NB_EFFCERT_CATEGORY). The code must exist in the Effort Certification Category Code Validation table (NTVECCG). |
INVALID_ECGR_CODE | Invalid Effort Category Group for Effort Certification Category Rule. |
An invalid Effort Category Group parameter was provided when calling a function or procedure in the Effort Certification Category Rule API (NB_EFFCERT_CATEGORY). The code must exist in the Effort Certification Category Group Code Validation table (NTVECGR). |
MISSING_ECCG_CODE | Missing mandatory Effort Category for Effort Certification Category Rule. |
The Effort Category parameter was omitted when calling a function or procedure in the Effort Certification Category Rule API (NB_EFFCERT_CATEGORY). This parameter is a key value for the EFFCERT_CATEGORY entity and must be provided. |
MISSING_ECGR_CODE | Missing mandatory Effort Category Group for Effort Certification Category Rule. |
The Effort Category Group parameter was omitted when calling a function or procedure in the Effort Certification Category Rule API (NB_EFFCERT_CATEGORY). This parameter is a key value for the EFFCERT_CATEGORY entity and must be provided. |
P_DELETE_FAILED | Cannot delete Effort Certification Category Rule, record does not exist. |
An attempt was made to delete a EFFCERT_CATEGORY record, but a record with these key values (or ROWID) could not be found. |
RECORD_EXISTS | Cannot create Effort Certification Category Rule, record already exists. |
An attempt was made to create a new EFFCERT_CATEGORY record, but a record already exists with these key values. |
|
Global PL/SQL table that holds the error messages.
Returns the error message corresponding to p_errorname.