TAX_SU_AUTH_VW

(SQL View)
Index Back

select b.setid, b.tax_authority_cd, a.descr, a.descrshort from PS_TAX_AUTH_HDR a, ps_tax_authority b where a.setid = b.setid and a.tax_authority_cd = b.tax_authority_cd and a.tax_cd_type = 'S'

  • Related Language Record: TAX_SUAUTHVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_FS.SETID

    Prompt Table: SP_SETID_NONVW

    2 TAX_AUTHORITY_CD Character(3) VARCHAR2(3) NOT NULL Tax Authority
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description