ExpenseOrganizationSettings
Holds setup options at the business unit level, configuring how expenses are processed, approved, or reimbursed.
Columns
Name | Type | Description |
OrgId [KEY] | Long | The unique identifier for the organization associated with the expense settings. This is used to link the settings to a specific organizational unit within the Oracle Financials Cloud system. |
SettingCode [KEY] | String | The code representing a specific configuration setting within the ExpenseOrganizationSettings table. It identifies the particular setting being defined for the organization. |
SettingValue | String | The value associated with a particular setting code in the ExpenseOrganizationSettings table. This field holds the actual configuration value for the setting. |
CreationDate | Datetime | The date and time when the expense organization settings record was created. This timestamp helps track when the settings were first established. |
CreatedBy | String | The username or identifier of the user who created the expense organization settings record. This is useful for audit purposes and tracking responsibility. |
LastUpdateLogin | String | The session identifier associated with the most recent update to the expense organization settings record. It helps trace which login session made the last modification. |
LastUpdateDate | Datetime | The date and time of the most recent update to the expense organization settings record, allowing you to track when the record was last modified. |
LastUpdatedBy | String | The username or identifier of the user who last updated the expense organization settings record. This information is vital for understanding who made the last changes. |
Finder | String | A searchable field in the ExpenseOrganizationSettings table that may be used to assist users in finding specific settings based on keywords or values associated with the record. |