Message Name | Error Message |
BAD_DATE_RANGE | Start date must be equal to or less than end date. |
|
CHILD_RECORD_EXISTS | Cannot delete feedback_session(sb_feedback_session) because feedback exists for this session. |
Use the purge process to delete feedback data. |
INVALID_ADD_COMMENTS_FLAG | Add Comments Flag is not valid. |
Valid Values are Y and N. |
INVALID_ADD_RECOMMENDS_FLAG | Add Recommends Flag is not valid. |
Valid Values are Y and N. |
INVALID_SURROGATE_ID | Surrogate ID is not valid. |
There is no feedback session with the given surrogate id. |
INVALID_SUSPEND_FEEDBACK_IND | Suspend Feedback Ind is not valid. |
Valid Values are Y and N. |
INVALID_TERM_CODE | Term Code is not valid. |
The term code was not found in STVTERM. |
MISSING_ADD_COMMENTS_FLAG | Required Add Comments Flag is missing. |
Valid Values are Y and N. |
MISSING_ADD_RECOMMENDS_FLAG | Required Add Recommends Flag is missing. |
Valid Values are Y and N. |
MISSING_DATA_ORIGIN | Required Data Origin is missing. |
This value cannot be null. |
MISSING_DESCRIPTION | Required Description is missing. |
This value cannot be null. |
MISSING_END_DATE | Required End Date is missing. |
This value cannot be null. |
MISSING_START_DATE | Required Start Date is missing. |
This value cannot be null. |
MISSING_SURROGATE_ID | Required Surrogate Id is missing. |
This value cannot be null. |
MISSING_SUSPEND_FEEDBACK_IND | Required Suspend Feedback Ind is missing. |
This value cannot be null. |
MISSING_TERM_CODE | Required Term Code is missing. |
This value cannot be null. |
MISSING_USER_ID | Required User Id is missing. |
This value cannot be null. |
NO_CHANGE_DESC | Cannot change session description or term because feedback exists for this session. |
Once feedback exists for a session, you may not change the term code or description for a session. |
NO_CHANGE_DESC_DUP | Term and Description combination already exists. |
The term and description combination must be unique, and another session exists with the same values. |
OPTIMISTIC_LOCK_FAIL | Cannot update because another user has modified the record. Retry the operation. |
Retry the operation. |
OVERLAP_DATE_RANGE | Date range overlaps with another session for this term. |
Date ranges within a term cannot overlap. |
PK_NOT_FOUND | Cannot find record using primary or unique key for the sb_feedback_session API. |
The record does not exist and may have been removed by another user. |
P_DELETE_FAILED | Cannot delete feedback session(sb_feedback_session) because the record does not exist. |
The record does not exist and may have been removed by another user. |
RECORD_EXISTS | Cannot create feedback_session(sb_feedback_session) because the record already exists. |
There already exists a Feedback Session with this term and description. Enter a different term or a different description. |