FFS_TEMPORARY_ENTITY_ID
Contains relations between temporary client-generated entity id and permanent entity_id.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_TEMPORARY_ENTITY_ID_PK |
ENTITY, ENTITY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTITY | NUMBER | 8 | Yes | Entity Type (1-Appt, 2-Inventory,...). | |
ENTITY_ID | NUMBER | 10 | Yes | Permanent entity id (aid,invid,...). | |
TEMPORARY_ID | VARCHAR2 | 25 | Yes | Client-generated entity id, unique. | |
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_TEMPORARY_ENTITY_ID_PK | Unique | DATA | ENTITY, ENTITY_ID |
FFS_TEMPORARY_ENTITY_ID_U1 | Unique | DATA | ENTITY, TEMPORARY_ID |