TAX_SU_AUTH_VW

(SQL View)
Index Back

Sales/Use Authority Dtl w/Dscr

Sales/Use Authority Dtl w/Dscr

SELECT b.setid , b.tax_authority_cd , b.effdt , b.eff_status , 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_SU_AUT_VWLN
  • Parent record: TAX_AUTH_HDR
  • # 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

    Prompt Table: TAX_SU_AUTH_VW1

    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
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description