KK_XCP_ACCT_VW2

(SQL View)
Index Back

Budg Acct by BU Prompt VW

Prompt View of available Budget Accounts given the Tran ID, Tran DT and Budget Business Unit with a blank Ledger Group. Used in the Transaction Exception Header panel.

SELECT DISTINCT KK_TRAN_ID , KK_TRAN_DT , BUSINESS_UNIT ,ACCOUNT FROM PS_KK_EXCPTN_TBL

# 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 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
4 ACCOUNT Character(10) VARCHAR2(10) NOT NULL Account