PO_INTAKE_REQUEST_ATTR_CFG
Stores attribute configuration for intake requests at header or line level.
Details
-
Schema: FUSION
-
Object owner: PO
-
Object type: TABLE
-
Tablespace: po_intake_request_attr_cfg
Primary Key
| Name | Columns |
|---|---|
|
PO_INTAKE_REQUEST_ATTR_CFG_PK |
ATTRIBUTE_CONFIG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ATTRIBUTE_CONFIG_ID | NUMBER | Yes | Unique identifier of the attribute configuration record. | ||
| INTAKE_REQUEST_TEMPLATE_ID | NUMBER | Template identifier to which this attribute configuration belongs. | |||
| ATTRIBUTE_LEVEL_CODE | VARCHAR2 | 30 | Level at which the attribute applies, header or line. | ||
| ATTRIBUTE_CODE | VARCHAR2 | 60 | Configured attribute code for the intake request experience. | ||
| ENABLED_FLAG | VARCHAR2 | 1 | Flag indicating whether the attribute configuration is enabled for use. | ||
| REQUIRED_FLAG | VARCHAR2 | 1 | Flag indicating whether the attribute configuration is required in intake request form.. | ||
| UI_LABEL | VARCHAR2 | 240 | User interface display label for the configured attribute. | ||
| DEFAULT_VALUE | VARCHAR2 | 4000 | Default value applied to the configured intake attribute. | ||
| EDITABLE_FLAG | VARCHAR2 | 1 | Flag indicating whether the attribute value can be edited by users. | ||
| AI_SUGGESTION_ENABLED_FLAG | VARCHAR2 | 1 | Flag indicating whether AI-based attribute suggestions are enabled. | ||
| AI_SUGGESTION_AGENT_CODE | VARCHAR2 | 50 | Code of the AI agent providing attribute suggestions for users. | ||
| DISPLAY_SEQUENCE | NUMBER | 9 | Specifies the order in which the template attribute should be displayed for this specific intake request template. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PO_INTAKE_REQUEST_ATTR_CFG_U1 | Unique | Default | ATTRIBUTE_CONFIG_ID |
| PO_INTAKE_REQUEST_ATTR_CFG_U2 | Unique | Default | INTAKE_REQUEST_TEMPLATE_ID, ATTRIBUTE_LEVEL_CODE, ATTRIBUTE_CODE |