SCC_RULE_HDR4VL(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 DISTINCT A.SCC_RULE_CP_ID , A.SCC_RULE_ID , A.SCC_RULE_VERSION , BL.LANGUAGE_CD , BL.SCC_RULE_NAME FROM PS_SCC_RULE_STMT A , 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 B.SCC_RULE_ID = BL.SCC_RULE_ID AND B.SCC_RULE_VERSION = BL.SCC_RULE_VERSION |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(40) | VARCHAR2(40) NOT NULL | This field is the Rule ID for rules used in the Rules Engine | |
2 | Character(40) | VARCHAR2(40) NOT NULL | This field is the Rule ID for rules used in the Rules Engine | |
3 | Number(3,0) | SMALLINT NOT NULL | This field is the version of a rule or rule group in the rules engine. | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | SCC_RULE_NAME | Character(80) | VARCHAR2(80) NOT NULL | This field contains the name of the rule used in the Rules Engine |