SCC_RTRIG_RI_VW(SQL View) | 
Index Back | 
|---|---|
Rule Header Lookup ViewThis view is used to search for rules based on the category values. | 
| SELECT S.OPRID , A.SCC_RULE_CATEGORY , A.SCC_RULE_ID , A.SCC_RULE_NAME , A.SCC_RULE_VERSION FROM PS_SCC_RULE_CATSCR S , PS_SCC_RULE_HDR A WHERE S.SCC_RULE_CATEGORY = A.SCC_RULE_CATEGORY | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 2 | Character(40) | VARCHAR2(40) NOT NULL | Rule Category for the Rules Engine | |
| 3 | Character(40) | VARCHAR2(40) NOT NULL | This field is the Rule ID for rules used in the Rules Engine | |
| 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_VERSION | Number(3,0) | SMALLINT NOT NULL | This field is the version of a rule or rule group in the rules engine. |