FND_ACTIVITY_LOG_PARAMS
Details
-
Schema: ACTIVITY
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ACTIVITY_ID | NUMBER | 18 | Yes | ACTIVITY_ID | |
| ACTIVITY_PARAM_NAME | VARCHAR2 | 100 | Yes | ACTIVITY_PARAM_NAME | |
| ACTIVITY_PARAM_VALUE | VARCHAR2 | 500 | ACTIVITY_PARAM_VALUE | ||
| 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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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_ACTIVITY_LOG_PARAMS_U1 | Unique | Default | ACTIVITY_ID, ACTIVITY_PARAM_NAME, ACTIVITY_PARAM_VALUE |