This view holds data that is a combination of the V_FORMULA_TO_RAW_DATA and V_FORMULA_TO_INTERMEDIATE_DATA views, where raw data events have the value RD under the column DATA_TYPE and intermediate data events have the value ID in that field.
Note: Columns that are specific for Raw Data events have a NULL value in the intermediate data specific columns and vice a versa.
|
Name |
Type |
Content |
Source of Column |
|---|---|---|---|
|
FORMULA_ID |
number |
Foreign Key to T_FORMULAS It points to a formula that uses this event. |
This field exists in both |
|
EVENT_ID |
number |
The ID of the event in T_INTERMEDIATE_ |
V_FORMULA_TO_ |
|
DATA_TYPE |
varchar2(2) |
Indication of the whether the data event is Raw Data (RD) or Intermediate Data (ID) |
NA |
|
EVENT_TYPE_ID |
number |
Foreign Key to T_EVENT_TYPES. |
This field exists in both |
|
RESOURCE_ID |
number |
Foreign Key to T_RESOURCES. Null if the Event is not related to a specific Resource. |
This field exists in both |
|
TIME_STAMP |
date |
Time stamp of the Event (UTC time). |
V_FORMULA_TO_ |
|
SOURCE_TIME_ |
date |
The time stamp of the event was written. |
V_FORMULA_TO_ |
|
CREATE_DATE |
date |
Creation date of the record. |
This field exists in both |
|
MODIFY_DATE |
date |
|
This field exists in both |
|
DATA_HTML |
CLOB |
Aggregation of all values of all the dynamic fields of the event in HTML format including field names. |
This field exists in both |
|
HTML_DATA_ |
varchar2(4000) |
The first 4000 characters of the HTML data. Note: This field content might not be complete if the event data is longer than 4000 characters. |
This field exists in both |
|
READER_ID |
number |
Foreign Key to T_READERS. |
V_FORMULA_TO_ |
|
CREATED_BY |
number |
If the event was added by a Correction, contains the ID of the Correction. |
V_FORMULA_TO_ |
|
CORRECTED_BY |
number |
If the event was deleted by a Correction, contains the ID of the Correction. |
V_FORMULA_TO_ |
|
DATA_SOURCE_ |
varchar2(60) |
The name of the input file from which the event is retrieved and that the adapter reads. |
V_FORMULA_TO_ |
|
HASH_DATA_ |
varchar2(16) |
A value used to distinguish between events for sake of event singularity. |
V_FORMULA_TO_ |
|
METRIC_ID |
number |
Foreign Key to T_RULES |
V_FORMULA_TO_ |
|
METRIC_ |
number |
Foreign Key to T_GLOBAL_RULES |
V_FORMULA_TO_ |
|
TIME_UNIT |
varchar2(30) |
Refers to the sending Metric: HOUR/DAY/WEEK/MONTH/QUARTER/YEAR (for doing a join with V_PSL_EXTENDED). |
V_FORMULA_TO_ |
|
IS_PERIOD |
number |
Refers to the sending Metric:
|
V_FORMULA_TO_ |
|
COMPLETE_ |
number |
Refers to the sending Metric:
|
V_FORMULA_TO_ |
|
INTERVAL_ |
number |
Refers to the sending Metric: the number of TIME_UNITs in the calculated period. |
V_FORMULA_TO_ |
|
WITH_ |
number |
|
V_FORMULA_TO_ |
|
WITH_ |
number |
|
V_FORMULA_TO_ |
|
CORRECTION_ |
number |
|
V_FORMULA_TO_ |
|
EXCEPTION_ |
number |
|
V_FORMULA_TO_ |
|
CALCULATION_ |
varchar2(20) |
Either NORMAL or FORECAST. |
V_FORMULA_TO_ |
|
FIELD_001 |
varchar2(4000) |
The 1st value of the first dynamic field of this event |
This field exists in both |
|
FIELD_002 |
varchar2(4000) |
The 2nd value of the first dynamic field of this event |
This field exists in both |
|
FIELD_099 |
varchar2(4000) |
The 99th value of the first dynamic field of this event |
This field exists in both |
|
FIELD_100 |
varchar2(4000) |
The 100th value of the first dynamic field of this event |
This field exists in both |
|
Copyright © 2013 CA.
All rights reserved.
|
|