SCC_RULE_VAR3VW(SQL View) |
Index Back |
---|---|
Rules Engine ArgumentsThis table contains the arguments used in the setup for rules used in the Rules Engine |
SELECT A.SCC_RULE_ID , A.SCC_RULE_VERSION , A.SCC_RULE_SEQNUM , A.SCC_RULE_EARG_NAME , A.SCC_RULE_IARG_NAME , A.SCC_DESCRLONG , A.SCC_RULE_ORDER , A.SCC_RULE_FLEX_TYP1 , X.XLATLONGNAME , A.SCC_RULE_ARGUMENT , A.SCC_RULE_RETURN , A.SCC_RULE_FLD_RQD , A.SCC_RULE_LIST_VAR , A.SCC_RULE_SYS_VAR , A.SCC_RULE_DFLT_VAL , A.SCC_RULE_REF_CNT , A.SCC_LOV_UID FROM PS_SCC_RULE_VARS A ,PSXLATITEM X WHERE X.FIELDNAME = 'SCC_RULE_FLEX_TYP1' AND X.FIELDVALUE = A.SCC_RULE_FLEX_TYP1 AND X.EFFDT = ( SELECT MAX(X1.EFFDT) FROM PSXLATITEM X1 WHERE X1.FIELDNAME = X.FIELDNAME AND X1.FIELDVALUE = X.FIELDVALUE AND X1.EFFDT <= %CurrentDateIn AND X1.EFF_STATUS = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCC_RULE_ID | Character(40) | VARCHAR2(40) NOT NULL | This field is the Rule ID for rules used in the Rules Engine |
2 | SCC_RULE_VERSION | Number(3,0) | SMALLINT NOT NULL | This field is the version of a rule or rule group in the rules engine. |
3 | SCC_RULE_SEQNUM | Number(4,0) | SMALLINT NOT NULL | This field is a sequence number used to create a unqiue key in the Rules Engine setup |
4 | SCC_RULE_EARG_NAME | Character(30) | VARCHAR2(30) NOT NULL | This field is the name displayed external to the users of the Rules Engine |
5 | SCC_RULE_IARG_NAME | Character(30) | VARCHAR2(30) NOT NULL | This field is the name displayed internal to the rules engine for the Rules Engine |
6 | SCC_DESCRLONG | Character(254) | VARCHAR2(254) NOT NULL | This field is a long description field used in Campus Community |
7 | SCC_RULE_ORDER | Number(4,0) | SMALLINT NOT NULL | This field is used to identify the order of the rows in the rules engine setup for the Rules Engine |
8 | SCC_RULE_FLEX_TYP1 | 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 |
9 | SCC_RULE_FL1_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This field is used for the rules engine report for the rule flex type description |
10 | SCC_RULE_ARGUMENT | Character(1) | VARCHAR2(1) NOT NULL |
This is a Y/N field used to identify if a variable in the rules engine is also used as an argument for the rule.
Y/N Table Edit Default Value: N |
11 | SCC_RULE_RETURN | Character(1) | VARCHAR2(1) NOT NULL |
This field is a Y/N field used to identify if a variable in the rules engine is also going to be returned to the calling rule.
Y/N Table Edit Default Value: N |
12 | SCC_RULE_FLD_RQD | Character(1) | VARCHAR2(1) NOT NULL |
This field is a Y/N field used to identify if an argument is required in the rules engine.
Y/N Table Edit Default Value: N |
13 | 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 |
14 | SCC_RULE_SYS_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 system variable
Y/N Table Edit Default Value: N |
15 | SCC_RULE_DFLT_VAL | Character(91) | VARCHAR2(91) NOT NULL | This field is the default value of a variable used in the rules engine. |
16 | SCC_RULE_REF_CNT | Number(3,0) | SMALLINT NOT NULL | This field identified how many times the argument or variable in question is references in the current rule. |
17 | SCC_LOV_UID | Character(40) | VARCHAR2(40) NOT NULL | LOV Unique ID |