INQ_OI_ACCT_VW

(SQL View)
Index Back

Inquiry Open Item Account VW


select a.setid ,a.account ,a.descr from PS_GL_ACCOUNT_TBL a where a.open_item = 'Y' and a.effdt = (select max(b.effdt) from PS_GL_ACCOUNT_TBL b where a.setid = b.setid and a.account = b.account)

  • Related Language Record: INQOIAC_LANG_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 ACCOUNT Character(10) VARCHAR2(10) NOT NULL Account
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description