FND_SETUP_DATA_ACTIONS
This table stores the rules for certain actions and features.
Details
-
Schema: SETUP
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
FND_SETUP_DATA_ACTIONS_PK |
IDENTIFIER, ACTION |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| IDENTIFIER | VARCHAR2 | 128 | Yes | IDENTIFIER |
| ACTION | VARCHAR2 | 60 | Yes | ACTION |
| TYPE | VARCHAR2 | 30 | Yes | Stores which component of applcore this identifier is associated with |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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 | Yes | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_SETUP_DATA_ACTIONS_U1 | Unique | Default | IDENTIFIER, ACTION |