HRS_EXTSITE_LPT

(SQL View)
Index Back

Site ID Interface

This is the related-language interface view into HRS_SITE_ID, which contains all of the Sites that a customer sets up for the recruiting implementation.

SELECT A.HRS_SITE_ID ,A.LANGUAGE_CD , A.DESCR , A.DESCRSHORT FROM PS_HRS_SITE_ID_LNG A , PS_HRS_SITE_ID B WHERE A.HRS_SITE_ID=B.HRS_SITE_ID AND B.APP_PER_STATUS='A'

  • Related Language Record for HRS_EXTSITE_PT
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HRS_SITE_ID Number(15,0) DECIMAL(15) NOT NULL Site ID
    2 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description