SCC_RULE_PT_LNG

(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 A.SCC_RULE_CATEGORY , A.SCC_RULE_ID , L.LANGUAGE_CD , L.SCC_RULE_NAME FROM PS_SCC_RULE_HDR A , PS_SCC_RULE_HDR_LN L WHERE A.SCC_RULE_STATUS = '2' AND A.SCC_RULE_ID = L.SCC_RULE_ID AND A.SCC_RULE_VERSION = L.SCC_RULE_VERSION

  • Related Language Record for SCC_RULE_PT
  • # 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 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 SCC_RULE_NAME Character(80) VARCHAR2(80) NOT NULL This field contains the name of the rule used in the Rules Engine