GP_ABS_CS_CNTRY

(SQL View)
Index Back

Section Country Prompt View

Absence Management: Configurable Sections - Section Country prompt view used to select valid section country for a given template country.

SELECT 'ALL' , 'ALL' , 'All Countries' FROM PS_INSTALLATION UNION SELECT COUNTRY , 'ALL' , 'All Countries' FROM PS_GP_COUNTRY WHERE COUNTRY <> 'ALL' UNION SELECT A.COUNTRY , A.COUNTRY , B.DESCR FROM PS_GP_COUNTRY A , PS_COUNTRY_TBL B WHERE A.COUNTRY = B.COUNTRY AND A.COUNTRY <> 'ALL'

  • Related Language Record: GP_ABS_CS_CN_LN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country

    Prompt Table: GP_COUNTRY

    2 GP_ABS_SEC_COUNTRY Character(3) VARCHAR2(3) NOT NULL Section Country

    Prompt Table: GP_COUNTRY

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description