KK_XCP_ACCT_VW3(SQL View) |
Index Back |
---|---|
Budg Acct by BU Prompt VWPrompt View of available Budget Accounts given the Tran ID, Tran DT and Budget Ledger Group Budget with a blank Business Unit Used in the Transaction Exception Header panel. |
SELECT DISTINCT KK_TRAN_ID ,KK_TRAN_DT ,LEDGER_GROUP ,ACCOUNT FROM PS_KK_EXCPTN_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(10) | VARCHAR2(10) NOT NULL | Commitment Control Foreign Key for Transaction Identification. | |
2 | Date(10) | DATE | Commitment Control Transaction Original processing date. Primary key with KK_TRAN_ID. | |
3 | Character(10) | VARCHAR2(10) NOT NULL | Ledger Group | |
4 | Character(10) | VARCHAR2(10) NOT NULL | Account |