SCC_CNT_ADFMTVW

(SQL View)
Index Back

View used in Add Address

View used in add address modal, hold countries that have address format defined.

SELECT country , descr FROM PS_COUNTRY_TBL WHERE EXISTS( SELECT country FROM ps_eo_addr_fmt_tbl WHERE country = PS_COUNTRY_TBL.country) AND NOT EXISTS( SELECT country FROM ps_scc_cntry_excl WHERE country = PS_COUNTRY_TBL.country AND exclude_address='Y')

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