SCC_RULE_HDR5VL(SQL View) |
Index Back |
---|---|
Rules Engine HeaderThis table contains the header record information for rules used in the Rules Engine |
SELECT A.SCC_RULE_ID , A.SCC_RULE_VERSION , AL.LANGUAGE_CD , AL.SCC_RULE_NAME , BL.SCC_RULE_GROUP_NM , AL.SCC_RULE_LONGNAME FROM PS_SCC_RULE_HDR A , PS_SCC_RULE_HDR_LN AL , PS_SCC_RULEGR_HDRL BL WHERE A.SCC_RULE_ID = AL.SCC_RULE_ID AND A.SCC_RULE_VERSION = AL.SCC_RULE_VERSION AND BL.SCC_RULE_GROUP_ID = A.SCC_RULE_GROUP_ID AND BL.LANGUAGE_CD = AL.LANGUAGE_CD UNION ALL SELECT A.SCC_RULE_ID , A.SCC_RULE_VERSION , AL.LANGUAGE_CD , AL.SCC_RULE_NAME , ' ' , AL.SCC_RULE_LONGNAME FROM PS_SCC_RULE_HDR A , PS_SCC_RULE_HDR_LN AL WHERE A.SCC_RULE_ID = AL.SCC_RULE_ID AND A.SCC_RULE_VERSION = AL.SCC_RULE_VERSION AND NOT EXISTS ( SELECT 'X' FROM PS_SCC_RULEGR_HDRL BL WHERE BL.SCC_RULE_GROUP_ID = A.SCC_RULE_GROUP_ID AND BL.LANGUAGE_CD = AL.LANGUAGE_CD) |
# | 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.
Default Value: 1 |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | SCC_RULE_NAME | Character(80) | VARCHAR2(80) NOT NULL | This field contains the name of the rule used in the Rules Engine |
5 | SCC_RULE_GROUP_NM | Character(80) | VARCHAR2(80) NOT NULL | This field contains the name of the rule used in the Rules Engine |
6 | SCC_RULE_LONGNAME | Long Character | CLOB NOT NULL | This field is used for the long description used to describe a rule. |