KK_XCP_ACCT_VW2(SQL View) |
Index Back |
|---|---|
Budg Acct by BU Prompt VWPrompt 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 | 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(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 4 | Character(10) | VARCHAR2(10) NOT NULL | Account |