FND_USER_MIGRATION_PARAMETERS
Details
-
Schema: USER_MIGRATION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
END_USER_MIGRATION_PARAME_PK |
ATTRIBUTE_NAME, ATTRIBUTE_VALUE |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ATTRIBUTE_NAME | VARCHAR2 | 100 | Yes | ATTRIBUTE_NAME |
| ATTRIBUTE_VALUE | VARCHAR2 | 150 | Yes | ATTRIBUTE_VALUE |
| ATTRIBUTE_VALUE_NUMBER | NUMBER | ATTRIBUTE_VALUE_NUMBER | ||
| ATTRIBUTE_VALUE_DATE | DATE | ATTRIBUTE_VALUE_DATE | ||
| ATTRIBUTE_VALUE_TIMESTAMP | TIMESTAMP | ATTRIBUTE_VALUE_TIMESTAMP | ||
| 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 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| END_USER_MIGRATION_PARAM_I1 | Non Unique | Default | ATTRIBUTE_NAME |