Package sb_studypath_name_strings
This package contains the error messages and error message functions for the Study Path Name API (sb_studypath_name).
Message Name | Error Message |
MISSING_COLUMN | Column is missing and is required for study path name |
An attempt was made to create or update a study path name record without a column. |
MISSING_DATA_ORIGIN | Data source is missing and is required for study path name |
An attempt was made to create or update a study path name record without a data source. |
MISSING_SEQNO | Sequence number is missing and is required for study path name |
An attempt was made to create or update a study path name record without a sequence number. |
MISSING_USER | User ID is missing and is required for study path name |
An attempt was made to create or update a study path name record without a user ID. |
PK_NOT_FOUND | Cannot find study path name record using primary or unique key |
Cannot find study path name record using primary or unique key. |
P_DELETE_FAILED | Cannot delete study path name because the record does not exist |
Cannot delete study path name because the record does not exist. |
RECORD_EXISTS | Cannot create study path name because the record already exists |
Cannot create study path name because the record already exists. |
|