BankAccountUserRules
Enables configuration of country-specific validations and label changes on bank account fields for streamlined account setup.
Columns
| Name | Type | Description |
| CountrySpecificUIRuleId [KEY] | Long | The unique identifier for a specific country-based UI rule, used to manage country-specific UI behavior in Oracle Financials Cloud. |
| CountryCode | String | A code that uniquely identifies the country where the UI rule is implemented, enabling localized configurations and preferences for each country. |
| BankAccountFieldName | String | The specific field or attribute within the bank account configuration to which the country-specific display rule applies, ensuring that the UI is tailored to local requirements. |
| DisplayFlag | Bool | A flag that determines whether the associated attribute is visible on the user interface for the selected country, enabling customization of the display. |
| LabelCode | String | The display name of the attribute in the UI, localized for the specified country, providing a user-friendly label that is contextually relevant. |
| BankAccountFieldLabel | String | A descriptive label for the bank account field as defined in the BankAccountUserRules record, which helps users understand the purpose of the field in their local context. |
| RequiredFlag | Bool | A flag indicating whether the attribute is mandatory for users in the specified country, ensuring compliance with local requirements for bank account configurations. |
| ObjectVersionNumber | Int | A version number used to detect concurrency issues, comparing the object’s version at the start and end of a transaction to prevent overwriting updates from other sessions. |
| CreationDate | Datetime | The date and time when the BankAccountUserRules record was created, providing an audit trail for when the configuration was first established. |
| CreatedBy | String | The username or identifier of the user who created the BankAccountUserRules record, providing accountability and traceability. |
| LastUpdateDate | Datetime | The date and time when the BankAccountUserRules record was last updated, helping to track when changes to the configuration were made. |
| LastUpdatedBy | String | The username or identifier of the user who last updated the BankAccountUserRules record, ensuring changes can be attributed to the responsible user. |
| LastUpdateLogin | String | The login identifier for the session in which the last update to the BankAccountUserRules record occurred, enabling session-specific traceability. |
| PageName | String | The name of the page within the user interface where the country-specific UI rule is applied, guiding users to the relevant page for the localized configuration. |
| SeededFlag | Bool | A flag indicating whether the rule is part of predefined, default data for the country, differentiating between seeded and user-defined configurations. |
| SeedDataSource | String | The source of the predefined data for the country-specific rule, typically indicating whether it came from Oracle's default settings or another external data source. |
| Finder | String | A reference or search parameter associated with the BankAccountUserRules record, used to identify and retrieve specific user rules associated with bank accounts. |