MSC_MEASURE_FORMATS
table to store the format measures information related to a table or a graph.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_MEASURE_FORMATS_PK |
MEASURE_ID, TABLE_ID, OWNER |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
MEASURE_ID | NUMBER | 18 | Yes | This column stores measure id of a measure | |
OWNER | VARCHAR2 | 64 | Yes | This column stores table owner of measure format | |
TABLE_ID | NUMBER | 18 | Yes | 0:global, otherwise table_id where this table expression is defined | |
DECIMAL_PLACES | NUMBER | 9 | This column stores decimal places of format measure | ||
DATE_FORMAT | VARCHAR2 | 50 | This column holds date format of a measure | ||
OVERRIDE_LABEL | VARCHAR2 | 100 | This column stores override label of a measure | ||
ALIGNMENT | NUMBER | 9 | 1:Left, 2:Center, 3:Right, (fnd_lookup_values:MSC_MEASURE_ALIGNMENT) | ||
SCALE | NUMBER | 9 | 1:None, 2:in thousands, 3:in millions, (fnd_lookup_values:MSC_MEASURE_SCALE) | ||
GRAPH_COLOR | VARCHAR2 | 20 | The graph color, as an RGB value in "#RRGGBB" format | ||
DATA_TYPE | NUMBER | 10 | Field to hold the new data type for the measure format. | ||
UOM_CODE | VARCHAR2 | 12 | Field to hold the new uom code for measure format. | ||
CURRENCY_CODE | VARCHAR2 | 60 | Field to hold the new currency code for the measure format. | ||
PRICE_LIST | NUMBER | 18 | Field to hold the new price list for measure format. | ||
DISPLAY_OPTIONS | NUMBER | 9 | Field to hold the display option for the measure format. | ||
OVERRIDE_CONDFORMAT | NUMBER | 1 | Field which says whether the conditional format is overridden by user | ||
CUSTOM_SCALE | NUMBER | This column stores custom scale of a measure | |||
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. | ||
SUMMARY_METHOD | VARCHAR2 | 20 | Field to hold the summary method for the given measure format. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSC_MEASURE_FORMATS | msc_measures_b | MEASURE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_MEASURE_FORMATS_U1 | Unique | FUSION_TS_TX_DATA | MEASURE_ID, TABLE_ID, OWNER |