ExpenseReportsExpenseexpenseErrors
Captures validation errors related to an expense item, allowing users to address issues before final submission.
Columns
| Name | Type | Description |
| ExpenseReportsExpenseReportId [KEY] | Long | Unique identifier for an expense report, used to reference and track specific expense reports within the Oracle Financial Cloud system. |
| ExpenseExpenseId [KEY] | Long | Unique identifier for an individual expense entry, helping to differentiate and track each expense record. |
| Name | String | The name associated with a specific attribute in an expense validation error, used to identify the type of validation failure. |
| ErrorCode | String | A code that represents the specific error encountered during expense validation, used for categorizing and identifying issues in the data. |
| ErrorSequence [KEY] | Int | A unique identifier for each expense validation error, helping to track multiple errors related to the same report or record. |
| ErrorDescription | String | A detailed explanation of the specific error encountered during the validation of an expense, providing more context for troubleshooting. |
| Type | String | Indicates whether the validation issue is classified as an error or a warning, assisting in understanding the severity of the issue. |
| BusinessUnit | String | The organizational unit associated with the expense report, typically used to categorize and report on financial data by business segment or division. |
| ExpenseReportId | Long | Identifier for the associated expense report, used to link and reference expenses within a specific report for tracking and analysis. |
| Finder | String | A search term or filter used to locate specific records or attachments within the system, often used in search queries or filters. |
| SysEffectiveDate | String | The system-defined date that indicates when the record is effective within the system, often used to track changes or updates. |
| CUReferenceNumber | Int | Reference number used to link child aggregates (sub-records) to their parent records, typically used for hierarchical or related data. |
| EffectiveDate | Date | The date used to filter resources that are valid as of a specific start date, helping to fetch data relevant to a specific time frame. |