SCC_RULE_PT

(SQL View)
Index Back

Rules Engine Prompt Search

This record is a view used to search for the rules to be defined to a trigger in the rules engine.

SELECT SCC_RULE_CATEGORY , SCC_RULE_ID , SCC_RULE_NAME , SCC_RULE_TYPE FROM PS_SCC_RULE_HDR WHERE SCC_RULE_STATUS='2'

  • Related Language Record: SCC_RULE_PT_LNG
  • # 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_ID Character(40) VARCHAR2(40) NOT NULL This field is the Rule ID for rules used in the Rules Engine
    3 SCC_RULE_NAME Character(80) VARCHAR2(80) NOT NULL This field contains the name of the rule used in the Rules Engine
    4 SCC_RULE_TYPE Character(2) VARCHAR2(2) NOT NULL This field holds the value of the rule type used in the setup of rules in the Rules Engine
    10=Function
    20=Rule
    30=Trigger