SCC_RULE_HDR7VL

(SQL View)
Index Back

Rules Engine Header View

This related language view is used to select and display rules called by rule group cross reference page..

SELECT DISTINCT A.SCC_RULE_GROUP_ID , A.SCC_RULE_ID , A.SCC_RULE_VERSION , L.LANGUAGE_CD , L.SCC_RULE_NAME FROM PS_SCC_RULE_HDR A , PS_SCC_RULE_HDR_LN L WHERE A.SCC_RULE_ID = L.SCC_RULE_ID AND A.SCC_RULE_VERSION = L.SCC_RULE_VERSION

  • Related Language Record for SCC_RULE_HDR7VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SCC_RULE_GROUP_ID Character(40) VARCHAR2(40) NOT NULL This field is the Rule Group ID for rule groups 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 LANGUAGE_CD 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