PC_GL_JRNL_VW(SQL View) |
Index Back |
|---|---|
PC Prompt on GL Journal Header |
| SELECT BUSINESS_UNIT ,JOURNAL_ID ,DESCR FROM PS_JRNL_HEADER |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Identifies a journal entry, consisting of a header and one or more lines. The Journal ID itself does not have to be unique, but together with the journal business unit and journal date, it forms a unique journal identifier. | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |