Data Dictionary
>
FPSADMIN Tables
> FPSADMIN.MSO_EXTL_RULE_TAG_COND
Table FPSADMIN.MSO_EXTL_RULE_TAG_COND"
Assignment of external MSO tag conditions for each sampling rule loaded via an external system.
-
Schema: FPSADMIN
-
Tablespace: FPSDATA
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
TAG_CONDITION_NAME |
VARCHAR2(64) |
N |
The sample rule that will be linked with the corresponding tag condition. This must already be defined in MSO_RULES. This value can be left null if the tag condition applies to all sample rules. |
|
SMP_RULE_ID |
NUMBER(9) |
The tag condition that corresponds with the specified sample rule. This must already be defined in MSO_EXTL_TAG_CONDITIONS. |
|
|
TO_MSO_PROCESS |
VARCHAR2(100) |
The tag condition is only applies at a FROM_MSO_PROCESS that is linked to the specified MSO_PROCESS in this column. If the value is NULL then it applies to all proceses. |
|
|
UPDATED_INST |
DATE |
Time when the record was updated according to the source data. Note this is not the time when the record was actually updated in this table - it will almost always be earlier. (* from FPSINPUT.GEN_FACILITIES) |