ErpBusinessEvents
Stores or updates status for business events that trigger processes like approvals or notifications in ERP workflows.
Columns
| Name | Type | Description |
| BusinessEventCode | String | The unique code representing the type of business event within Oracle Financials Cloud, used to classify and identify events in the system. |
| BusinessEventIdentifier | String | A unique identifier for each business event instance, ensuring distinct tracking of events across the system. |
| CreatedBy | String | The user or system entity responsible for creating the business event record, helping to trace the origin of the event. |
| CreationDate | Datetime | The timestamp indicating when the business event was created in the system, useful for audit and event lifecycle tracking. |
| EnabledFlag | Bool | A flag that indicates whether the business event is active and enabled in the system. A value of true means the event is enabled, and false means it is disabled. |
| LastUpdateDate | Datetime | The timestamp of the last update made to the business event record, reflecting the most recent change to the event. |
| LastUpdateLogin | String | The login identifier of the user who last updated the business event record, providing accountability for modifications. |
| LastUpdatedBy | String | The name or identifier of the user who made the last update to the business event record, helping to trace changes. |
| ErpBusinessEventId [KEY] | Long | The unique numerical identifier for each business event, ensuring the event can be reliably referenced and retrieved across related processes. |
| Finder | String | The search or filter identifier associated with the business event, allowing users to efficiently locate and interact with specific event records. |