ACCT_STBIVW_LNG

(SQL View)
Index Back

Statistical Accounts View RLR

Statistical and non-control accounts only. Used for prompting on several tables that require that the account number be monetary.

SELECT a.setid , a.account , b.language_cd , a.effdt , b.descr , b.descrshort FROM ps_acct_sta_bi_vw a , PS_GL_ACCOUNT_LANG b WHERE a.setid=b.setid AND a.account=b.account AND a.effdt =b.effdt

  • Related Language Record for ACCT_STA_BI_VW
  • # 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: SETID_TBL

    2 ACCOUNT Character(10) VARCHAR2(10) NOT NULL Account
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description