FFS_ACTIVITY_MOVE_REASON
Contains a list of preconfigured move reasons for the company.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_ACTIVITY_MOVE_REASON_PK |
MOVE_REASON_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MOVE_REASON_ID | NUMBER | 19 | Yes | Unique identifier for activity move reason. | |
| STATUS | VARCHAR2 | 8 | Yes | Status for activity move reason (active or inactive). | |
| CONDITIONS | NUMBER | 10 | Yes | Bit mask with conditions when activity move reason is applied. | |
| LABEL | VARCHAR2 | 128 | Unique label for activity move reason. | ||
| 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 |
|---|---|---|---|
| FFS_ACTIVITY_MOVE_REASON_PK | Unique | DATA | MOVE_REASON_ID |