FFS_DBM_CUT_PLAN
DB Maintenance: Used to store IDs of outdated objects planned to be removed from the database.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_DBM_CUT_PLAN_PK |
TABLE_NAME, ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TABLE_NAME | VARCHAR2 | 60 | Yes | Contains name of table which data is planned for removed. |
| CUT_DATE | DATE | Yes | Contains the date when the record is expected to be cleaned. | |
| ID | NUMBER | Yes | ID of the Entity which is specified in the TABLE_NAME. | |
| ARCHIVED | VARCHAR2 | 1 | Y - data for this id was archived. | |
| 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_DBM_CUT_PLAN_N1 | Non Unique | DATA | CUT_DATE, TABLE_NAME |
| FFS_DBM_CUT_PLAN_PK | Unique | DATA | TABLE_NAME, ID |