JRNL_DT_NPST_VW(SQL View) |
Index Back |
---|---|
Journal Date View - Not Posted |
select distinct business_unit, journal_id, journal_date from PS_JRNL_HEADER where jrnl_hdr_status in ('N', 'E', 'V') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | JOURNAL_ID | 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 | JOURNAL_DATE | Date(10) | DATE NOT NULL | Specifies the date the journal was created. |