KK_XCP_DSTSQ_VW

(SQL View)
Index Back

DST_SEQ_NUM by Trn ID/Dt Prmpt

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.DST_SEQ_NUM 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 DST_SEQ_NUM Number(6,0) INTEGER NOT NULL Distribution Sequence