Package tb_cashier_session_str
Error strings for CASHIER_SESSION.
Message Key | Error Message |
INVALID_CSHR_END_CHG | Cashier End Date may not be changed once set. |
An attempt was made to update the Cashier End Date after the session was closed. |
INVALID_CSHR_END_CLOSED | Cashier session must exist and be in closed status. |
An attempt was made to create or update a transaction using User, Session, and End Date values which do not exist with status C in the Cashier Session Table (TBBCSHR). |
INVALID_CSHR_END_CURRENT | Cashier End Date may not be specified for Session 0. |
An attempt was made to create or update a transaction of the current Session with an End Date other than null. |
INVALID_SESSION_NUMBER | Session Number must be greater than or equal to 0. |
An attempt was made to create or update a transaction with a negative Session Number. |
INVALID_SESSION_NUMBER_CHG | Session Number may not be changed once set. |
An attempt was made to update the Session Number of a transaction that is already in a closed cashiering session. |
MISSING_CSHR_END_DATE | Cashier End Date required when Session Number greater than 0. |
An attempt was made to create or update a record in a closed session without providing the End Date. |
MISSING_SESSION_NUMBER | Missing mandatory value for Session Number. |
The Session Number may not be null. |
|