KK_XCP_HYPLNNBR

(SQL View)
Index Back

Line Nbr by Tran Id/Dt Prompt

Prompt View of the Source Line Number 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.HYP_LINE_NBR 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

# 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 HYP_LINE_NBR 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.