FND_MAP_APP_MODULE
To store information about application id in source mapped to module id in target
Details
-
Schema: FUSION
-
Object owner: FUSION
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| S_TYPE | VARCHAR2 | 1 | Yes | Source |
| S_APPLICATION_ID | NUMBER | Yes | Source Application Id | |
| S_APPLICATION_SHORT_NAME | VARCHAR2 | 50 | Source Application Short Name | |
| T_MODULE_ID | VARCHAR2 | 32 | Target Module Id | |
| 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_MAP_APP_MODULE_U1 | Unique | Default | S_TYPE, S_APPLICATION_ID |