FlexFndDffDescriptiveFlexfieldContexts
Provides access to descriptive flexfield contexts through the Oracle REST API, enabling customization and data retrieval.
Columns
| Name | Type | Description |
| ApplicationId [KEY] | Long | The unique identifier for the application associated with the descriptive flexfield (DFF) context. This helps specify which application the flexfield context belongs to. |
| DescriptiveFlexfieldCode [KEY] | String | Code identifying the specific DFF, which provides additional attributes or metadata for the application. |
| ContextCode [KEY] | String | Code representing the context of the DFF, used to categorize or define the conditions under which the flexfield is applied. |
| Name | String | The name of the DFF context, typically used for identification and reference within the system. |
| Description | String | Detailed description of the flexfield context, explaining its purpose, usage, or any other important information relevant to users and administrators. |
| EnabledFlag | String | Flag indicating whether the flexfield context is enabled. A value of 'true' means the context is active and can be used, while 'false' means it is disabled. |
| Bind_ApplicationId | Long | The identifier for the application associated with the bind parameters for the DFF context, linking it to a specific application instance. |
| Bind_DescriptiveFlexfieldCode | String | The DFF code for the binding, indicating which specific flexfield is being referenced for the bind operation. |
| Finder | String | A tool or method used to search and locate specific flexfield contexts. This is typically employed for filtering or identifying particular contexts in the system. |