KK_XCP_EX4_VW1

(SQL View)
Index Back

Ex Acctg Line

This view only picks up Source Header transactions that have exceptions. These exceptions include warnings, errors or both.

SELECT KK_TRAN_ID ,KK_TRAN_DT ,EX_DOC_ID ,EX_DOC_TYPE ,APPL_JRNL_ID ,DST_ACCT_TYPE ,UNPOST_SEQ ,KK_PROC_INSTANCE ,KK_PROCESS_STATUS FROM PS_KK_SOURCE_HDR WHERE KK_SOURCE_TRAN = 'EX_ACEXP' AND KK_PROCESS_STATUS NOT IN ('V','N')

# 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 NOT NULL Commitment Control Transaction Original processing date. Primary key with KK_TRAN_ID.
3 EX_DOC_ID Character(10) VARCHAR2(10) NOT NULL Documentation ID
4 EX_DOC_TYPE Character(1) VARCHAR2(1) NOT NULL Identifies Expenses Document Type
A=Cash Advance
C=Time Report
J=Time Adjustment
M=Accrual - My Wallet
R=Accrual - Expense Report
S=Expense Report
T=Travel Authorization
5 APPL_JRNL_ID Character(10) VARCHAR2(10) NOT NULL Journal Template
6 DST_ACCT_TYPE Character(4) VARCHAR2(4) NOT NULL 07/20/04 st: added RCN for Advance Reconciliation 02/16/98 ebn CN#CM800-2.0 : Added for MISC type for Landed Cost Enhancement 11/11/99 llr: Added ADVP for Payables Advance Payment
7 UNPOST_SEQ Number(2,0) SMALLINT NOT NULL Identifies the sequence of journal entries when a journal is "unposted". When a journal is posted the UnPost Sequence is automatically set to "0". When a journal is unposted, a new reversing entry is automatically created with an UnPost Sequence of "1".
8 KK_PROC_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
9 KK_PROCESS_STATUS Character(1) VARCHAR2(1) NOT NULL Process Status
E=Errors Exist
I=Document in process
N=Process Unsuccessful
P=Provisionally Valid
V=No Errors or Warnings
W=Only Warnings Exist
X=Unrecorded Errors Exist