PC_PE_OTA_PG_VW

(SQL View)
Index Back

OTA Results View


SELECT A.OPRID , A.DEFAULT_FLAG , A.OTA_THRES_ID , B.DESCR , B.OTA_UNIT_TYPE , B.ALERT_IND , B.MENUNAME , B.PNLGRPNAME , B.PNLNAME FROM PS_PC_PE_OTA_PRS A , PS_PC_PE_OTA_DEFN B WHERE A.OTA_THRES_ID = B.OTA_THRES_ID AND A.PC_OTA_SEL_IND = 'Y'

  • Related Language Record: PC_PE_OTA_P_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    2 DEFAULT_FLAG Character(1) VARCHAR2(1) NOT NULL Default
    3 OTA_THRES_ID Character(5) VARCHAR2(5) NOT NULL A unique identifier for an Operational Threshold Alert
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 OTA_UNIT_TYPE Character(1) VARCHAR2(1) NOT NULL Used in Operational Threshold Alerts to determine the units the each threshold is in.
    H=Hours
    M=Monetary
    N=Number
    P=Percent
    6 ALERT_IND Character(1) VARCHAR2(1) NOT NULL Identifies the type of Alert.
    E=Alert Exceed Target
    U=Alert Under Target
    7 MENUNAME Character(30) VARCHAR2(30) NOT NULL Menu Name (see PSMENUDEFN).
    8 PNLGRPNAME Character(18) VARCHAR2(18) NOT NULL Component Name
    9 PNLNAME Character(30) VARCHAR2(30) NOT NULL Page Name (see PSPNLDEFN).