Package tb_misc_detail_str
Error messages and error message functions for MISC_DETAIL.
Note that in addition to the messages below, errors may be raised from -
GB_CURRENCY_RATE regarding currency conversion
TB_CASHIER_SESSION regarding cashier session
TB_COMMON regarding address and other common data
TB_DETAIL_CODE regarding detail codes
FFKFOAP (via TGKFOAP) for Finance Accounting validation
Message Key | Error Message |
INVALID_ACCOUNTING | May not specify Accounting information - Detail Code General Ledger Numbers Enterable is No. |
An attempt was made to provide accounting information when creating a record with a detail code for which ledger numbers are not enterable. |
INVALID_AMOUNT | Amount must be between .01 and 9,999,999,999.99. |
The amount must be a positive number less than 10 billion. |
INVALID_CCRD_CODE | Invalid value for Credit Card Code. |
The code must be valid in the Credit Card Type validation table (TTVCCRD). |
INVALID_CR_WITH_PAY | May not include any Pay information with Debit or Credit = C. |
An attempt was made to provide pay information when creating a credit transaction. |
INVALID_DETAIL_CODE_ENTRY | Either Pay Detail Code or Charge Detail Code required, but not both. |
Exactly one detail code must be provided to create a record, either the Pay Detail Code or the Charge Detail Code. |
INVALID_DOCUMENT_NUMBER | Document Number has previously been used with a different Miscellaneous Receipt. |
An attempt was made to create a transaction providing a Document Number that has previously been used on a different Miscellaneous Receipt. |
INVALID_DR_CR_IND | Debit or Credit Indicator must be D or C. |
The Debit or Credit indicator must be either D or C. |
INVALID_DR_WITH_CHARGE | May not include any Charge information with Debit or Credit = D. |
An attempt was made to provide charge information when creating a debit transaction. |
MISSING_AMOUNT | Missing mandatory value for Amount. |
The Amount may not be null. It must be specified unless calculated from a valid Currency Code and Foreign Amount. |
|