ExpensesexpenseErrors
ExpensesexpenseErrors
Columns
| Name | Type | Description |
| ExpensesExpenseId [KEY] | Long | Expense identifier of the expense record. |
| Name | String | Name of the attribute in an expense validation error. |
| ErrorCode | String | Error code of the expense validation error. |
| ErrorSequence [KEY] | Int | Unique identifier of an expense validation error. |
| ErrorDescription | String | Description of the expense validation error. |
| Type | String | Indicates whether the record returned is an error or a warning. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| ExpenseId | Long | ExpenseId |
| PersonId | String | PersonId |
| Request | String | Request |
| SysEffectiveDate | String | SysEffectiveDate |
| Finder | String | finder |