SCC_RULE_SVR2VL

(SQL View)
Index Back

Rules Engine System Variable

This related language view will return search values used for the Rules Engine system variable component.

SELECT A.SCC_RULE_FLEX_TYPE , A.SCC_RULE_LIST_VAR , A.SCC_RULE_SYSVAR_ID , L.LANGUAGE_CD , L.SCC_RULE_SYSVAR_NM FROM PS_SCC_RULE_SYSVAR A , PS_SCC_RULE_SYSVLN L WHERE A.SCC_RULE_SYSVAR_ID = L.SCC_RULE_SYSVAR_ID

  • Related Language Record for SCC_RULE_SVR2VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SCC_RULE_FLEX_TYPE Character(2) VARCHAR2(2) NOT NULL This field is used to identify the type of object for the following value in the rules engine
    10=Text
    20=Number
    30=Datetime
    40=Date
    50=Time
    55=True/False
    60=Entity
    65=Data Set
    70=Property
    75=Data Set Property
    80=Variable
    2 SCC_RULE_LIST_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 list variable

    Y/N Table Edit

    Default Value: N

    3 SCC_RULE_SYSVAR_ID Character(40) VARCHAR2(40) NOT NULL System Variable id for the Rules Engine
    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 SCC_RULE_SYSVAR_NM Character(30) VARCHAR2(30) NOT NULL System Variable Name for the Rules Engine