KK_XCP_JRNL_VW

(SQL View)
Index Back

Jrnl Line by Tran ID/Dt Prompt

Prompt View of the Journal Lines (JOURNAL_LINE) with exceptions given the Commitment Control Tran ID and Tran Dt. Used by the Transaction Line Exception Panel.

SELECT DISTINCT A.KK_TRAN_ID ,A.KK_TRAN_DT ,B.JOURNAL_LINE FROM PS_KK_SOURCE_LN B ,PS_KK_EXCPTN_TBL A WHERE A.KK_TRAN_ID = B.KK_TRAN_ID AND A.KK_TRAN_DT = B.KK_TRAN_DT AND A.KK_TRAN_LN = B.KK_TRAN_LN

  • Parent record: KK_XCP_GL1_VW1
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 KK_TRAN_ID Character(10) VARCHAR2(10) NOT NULL Commitment Control Foreign Key for Transaction Identification.
    2 KK_TRAN_DT Date(10) DATE Commitment Control Transaction Original processing date. Primary key with KK_TRAN_ID.
    3 JOURNAL_LINE Number(9,0) DECIMAL(9) NOT NULL Uniquely identifies a journal line with a sequence number. Within a single journal entry, the line sequence begins with 1 and automatically increments by 1 for each succeeding journal line. There can be any number of lines associated with a journal header.