GP_PSLP_MSGSRCH

(SQL View)
Index Back

GP Supported Countries View

Global Payroll - Supported Countries Views

SELECT OP.OPRID , A.GP_CNTRY_PSLP_MSG , A.GP_PSLP_MSG_NBR , A.DESCR , A.GP_PSLP_MSG_AVAIL , A.GP_PSLP_POPUL_SEL FROM PS_GP_PSLP_MSG A , PS_GP_OPR_RULE_PRF OP WHERE (A.GP_CNTRY_PSLP_MSG = 'ALL' OR (A.GP_CNTRY_PSLP_MSG <> 'ALL' AND OP.COUNTRY = 'ALL') OR (A.GP_CNTRY_PSLP_MSG <> 'ALL' AND A.GP_CNTRY_PSLP_MSG = OP.COUNTRY))

  • Related Language Record: GP_PSLP_MSG3LVW
  • # 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 GP_CNTRY_PSLP_MSG Character(3) VARCHAR2(3) NOT NULL Country

    Prompt Table: %EDITTABLE

    3 GP_PSLP_MSG_NBR Number(5,0) INTEGER NOT NULL This field will be used to identify the message number of the message that will be include on the on-line and hard-copy payslips,
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 GP_PSLP_MSG_AVAIL Character(1) VARCHAR2(1) NOT NULL Message Availability
    A=Always Active
    C=Calendar Group ID
    D=Date Range
    6 GP_PSLP_POPUL_SEL Character(1) VARCHAR2(1) NOT NULL Payslip Population Selection
    A=All Payees
    E=Payee
    F=Formula Element
    G=Human Resources Group
    O=Other Criteria
    P=Global Payroll Payee List