FND_GUIDED_LEARNING_ROLES
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
fnd_guided_learning_roles_pk |
APP_ID, SANDBOX_ID, APP_ROLE |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| APP_ID | VARCHAR2 | 50 | Yes | APP_ID |
| SANDBOX_ID | VARCHAR2 | 60 | Yes | SANDBOX_ID |
| APP_ROLE | VARCHAR2 | 200 | APP_ROLE | |
| GL_ROLE_CATEGORY | VARCHAR2 | 200 | GL_ROLE_CATEGORY | |
| 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 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_GL_ROLES_U1 | Unique | Default | APP_ID, SANDBOX_ID, APP_ROLE |