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) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(10) | VARCHAR2(10) NOT NULL | Account | |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |