SET_LOC_PAY_VW

(SQL View)
Index Back

View of location table for PY

*Business Unit/ SetID 08/06/97* View of the Location table for allowing correct selection of a location code in conjunction with a view such as SET_LOC_DEP_VW.

SELECT SETID , LOCATION , EFFDT , EFF_STATUS , DESCR FROM PS_LOCATION_TBL WHERE EFF_STATUS = 'A'

  • Related Language Record: SET_LOC_PAY_VLG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 LOCATION Character(10) VARCHAR2(10) NOT NULL Location Code
    3 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description