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
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| ExpenseId | Long | ExpenseId |
| PersonId | String | PersonId |
| Request | String | Request |
| SysEffectiveDate | String | SysEffectiveDate |
| Finder | String | finder |