GP_MSGBYRUN_VW

(SQL View)
Index Back

Message by Run View

Global Payroll Post Payroll Message View record.

SELECT DISTINCT A.CAL_RUN_ID , A.MESSAGE_SET_NBR , A.MESSAGE_NBR , B.MESSAGE_TEXT FROM PS_GP_MESSAGES A , PSMSGCATDEFN B WHERE A.MESSAGE_SET_NBR = B.MESSAGE_SET_NBR AND A.MESSAGE_NBR = B.MESSAGE_NBR

  • Related Language Record: GP_MSGBRNVW_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 CAL_RUN_ID Character(18) VARCHAR2(18) NOT NULL Calendar Run Id
    2 MESSAGE_SET_NBR Number(5,0) INTEGER NOT NULL Message Set Number. This field refers to the Message Set Number in the Message Catalog.
    3 MESSAGE_NBR Number(5,0) INTEGER NOT NULL Message Number. This field refers to the Message Number in the Message Catalog.
    4 MESSAGE_TEXT Character(100) VARCHAR2(100) NOT NULL Message Text This field refers to the Text for a particular Message Number in the Message Catalog.