JRNL_LN_SVW

(SQL View)
Index Back

PTSF view for Char Date

View of Journal Line to get the character Date

SELECT DISTINCT BUSINESS_UNIT , JOURNAL_ID , JOURNAL_DATE , %Cast(JOURNAL_DATE , DATE , CHARACTER) FROM PS_JRNL_LN

# 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 Specifies the date the journal was created.
4 JOURNAL_DATE_CHAR Character(10) VARCHAR2(10) NOT NULL Journal Date