SCC_RULEGR8VW

(SQL View)
Index Back

Rules Group Header View

This view is used to pick up data sets used by rule groups in the rules engine.

SELECT DISTINCT A.SCC_RULE_DFLT_VAL , A.SCC_RULE_GROUP_ID , A.SCC_RULE_VERSION , A.SCC_RULE_EARG_NAME , B.SCC_RULE_GROUP_NM , B.SCC_RULE_STATUS , D.SCC_RULE_CATEGORY , A.SCC_RULE_SYS_VAR FROM PS_SCC_RULEGR_VARS A , PS_SCC_RULEGR_HDR B , PS_SCC_RULE_CAT_RG C , PS_SCC_RULE_CAT D WHERE A.SCC_RULE_GROUP_ID = B.SCC_RULE_GROUP_ID AND A.SCC_RULE_VERSION = B.SCC_RULE_VERSION AND B.SCC_RULE_GROUP_ID = C.SCC_RULE_GROUP_ID AND C.SCC_RULE_CATEGORY = D.SCC_RULE_CATEGORY AND A.SCC_RULE_SYS_VAR = 'Y'

  • Related Language Record: SCC_RULEGR8LV
  • # 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_GROUP_ID Character(40) VARCHAR2(40) NOT NULL This field is the Rule Group ID for rule groups used in the Rules Engine

    Prompt Table: SCC_RULEGR_HDR

    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 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_STATUS Character(1) VARCHAR2(1) NOT NULL This field contains the status of a rule in the rules engine.
    1=In Progress
    2=Active
    3=Inactive
    7 SCC_RULE_CATEGORY Character(40) VARCHAR2(40) NOT NULL Rule Category for the Rules Engine

    Prompt Table: SCC_RULE_CAT

    8 SCC_RULE_SYS_VAR Character(1) VARCHAR2(1) NOT NULL This field is a Y/N variable used to define when a variable in the rules engine is a system variable