ZMS_MOBILE_USAGES
This table stores the Mobile application usage data. The data would be used to build usage reports.
Details
-
Schema: FUSION
-
Object owner: ZMS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZMS_MOBILE_USAGES_PK |
EVENT_LOG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EVENT_LOG_ID | NUMBER | 18 | Yes | Primary key of the table that would be unique for each event log record | |
| APPLICATION_ID | VARCHAR2 | 200 | Yes | Application Id representing the id of the mobile application | |
| EVENT_LOG_DATE | DATE | Yes | This column stores the date the event was logged on the mobile device. | ||
| EVENT_LOG_RECORD | CLOB | Yes | This column stores the log record of the event that was logged on the mobile device. | ||
| EVENT_LOG_COUNTRY | VARCHAR2 | 30 | Yes | The country the event was logged from | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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 |
|---|---|---|---|
| ZMS_MOBILE_USAGES_U1 | Unique | Default | EVENT_LOG_ID |
| ZMS_MOBILE_USAGE_N1 | Non Unique | Default | EVENT_LOG_DATE |