GL_ACCOUNT_VW(SQL View) |
Index Back |
|---|---|
General Ledger Account ViewGeneral Ledger Account View |
| SELECT setid , account , effdt , eff_status , descr FROM PS_GL_ACCOUNT_TBL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | GL Set ID for Accounts | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Account | |
| 3 | Date(10) | DATE | Effective 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 |