SCC_RULE_CAT5VW

(SQL View)
Index Back

Rules Engine Header View

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

SELECT A.SCC_RULE_CATEGORY , A.SCC_RULE_GROUP_ID , B.SCC_RULE_VERSION , B.SCC_RULE_GROUP_NM , B.SCC_RULE_STATUS FROM PS_SCC_RULE_CAT_RG A , PS_SCC_RULEGR_HDR B WHERE A.SCC_RULE_GROUP_ID = B.SCC_RULE_GROUP_ID

  • Related Language Record: SCC_RULE_CAT5VL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SCC_RULE_CATEGORY Character(40) VARCHAR2(40) NOT NULL Rule Category for the Rules Engine

    Prompt Table: SCC_RULE_CAT

    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_GROUP_NM Character(80) VARCHAR2(80) NOT NULL This field contains the name of the rule used in the Rules Engine
    5 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