SCC_RULE_HDR8VL(SQL View) |
Index Back |
---|---|
Rules Engine Header ViewThis related language view is used to pick up rules called by another rule in the rules engine. |
SELECT A.SCC_RULE_DFLT_VAL , A.SCC_RULE_ID , A.SCC_RULE_VERSION , AL.LANGUAGE_CD , AL.SCC_RULE_EARG_NAME , BL.SCC_RULE_NAME FROM PS_SCC_RULE_VARS A , PS_SCC_RULE_VAR_LN AL , PS_SCC_RULE_HDR B , PS_SCC_RULE_HDR_LN BL WHERE A.SCC_RULE_ID = B.SCC_RULE_ID AND A.SCC_RULE_VERSION = B.SCC_RULE_VERSION AND A.SCC_RULE_SYS_VAR = 'Y' AND A.SCC_RULE_ID = AL.SCC_RULE_ID AND A.SCC_RULE_VERSION = AL.SCC_RULE_VERSION AND A.SCC_RULE_SEQNUM = AL.SCC_RULE_SEQNUM AND B.SCC_RULE_ID = BL.SCC_RULE_ID AND B.SCC_RULE_VERSION = BL.SCC_RULE_VERSION AND BL.LANGUAGE_CD = AL.LANGUAGE_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCC_RULE_DFLT_VAL | Character(91) | VARCHAR2(91) NOT NULL | This field is the default value of a variable used in the rules engine. |
2 | SCC_RULE_ID | Character(40) | VARCHAR2(40) NOT NULL | This field is the Rule ID for rules used in the Rules Engine |
3 | SCC_RULE_VERSION | Number(3,0) | SMALLINT NOT NULL | This field is the version of a rule or rule group in the rules engine. |
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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | SCC_RULE_NAME | Character(80) | VARCHAR2(80) NOT NULL | This field contains the name of the rule used in the Rules Engine |