FFS_STATS_EXT_KEY_GT
Global temporary table to calculate user provided Stats keys.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: ffs_stats_ext_key_gt
Primary Key
Name | Columns |
---|---|
FFS_STATS_EXT_KEY_GT_PK |
KEY_VALUE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
KEY_VALUE | VARCHAR2 | 200 | Yes | Value of the Statistics key for temporary calculation. | |
OLD_KEY_ID | NUMBER | 10 | Yes | Unique identifier for the old statistics key value. | |
NEW_KEY_ID | NUMBER | 10 | Yes | Unique identifier for the new statistics key value. |
Indexes
Index | Uniqueness | Columns |
---|---|---|
FFS_STATS_EXT_KEY_GT_PK | Unique | KEY_VALUE |