VAT_ACCTMON_LVW(SQL View) |
Index Back |
|---|---|
Non Statistical Accounts ViewNon-statistical acc |
| SELECT PS_GL_ACCOUNT_LANG.SETID ,PS_GL_ACCOUNT_LANG.ACCOUNT ,PS_GL_ACCOUNT_LANG.EFFDT ,PS_GL_ACCOUNT_LANG.LANGUAGE_CD ,PS_GL_ACCOUNT_LANG.DESCR ,PS_GL_ACCOUNT_LANG.DESCRSHORT FROM PS_GL_ACCOUNT_TBL , PS_GL_ACCOUNT_LANG WHERE PS_GL_ACCOUNT_TBL.SETID = PS_GL_ACCOUNT_LANG.SETID AND PS_GL_ACCOUNT_TBL.ACCOUNT = PS_GL_ACCOUNT_LANG.ACCOUNT AND PS_GL_ACCOUNT_TBL.EFFDT = PS_GL_ACCOUNT_LANG.EFFDT AND STATISTICS_ACCOUNT = 'N' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID |
|
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Account | |
| 3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |