SCC_RULE_SVR2VW(SQL View) |
Index Back |
---|---|
Rules Engine System VariableThis view will return search values used for the Rules Engine system variable component. |
SELECT A.SCC_RULE_FLEX_TYPE , A.SCC_RULE_LIST_VAR , A.SCC_RULE_SYSVAR_ID , A.SCC_RULE_SYSVAR_NM FROM PS_SCC_RULE_SYSVAR A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCC_RULE_FLEX_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
This field is used to identify the type of object for the following value in the rules engine
10=Text 20=Number 30=Datetime 40=Date 50=Time 55=True/False 60=Entity 65=Data Set 70=Property 75=Data Set Property 80=Variable |
2 | SCC_RULE_LIST_VAR | Character(1) | VARCHAR2(1) NOT NULL |
This field is a Y/N variable used to define when a variable in the rules engine is a list variable
Y/N Table Edit Default Value: N |
3 | SCC_RULE_SYSVAR_ID | Character(40) | VARCHAR2(40) NOT NULL | System Variable id for the Rules Engine |
4 | SCC_RULE_SYSVAR_NM | Character(30) | VARCHAR2(30) NOT NULL | System Variable Name for the Rules Engine |