KK_TRAN_ID_VW3(SQL View) |
Index Back |
---|---|
Tran_ID by Type & Inst PromptPrompt View of Tran_id when give the Source Transaction Type and the Process Instance. Used on the Budget Checking Results panel. |
SELECT KK_SOURCE_TRAN ,KK_PROC_INSTANCE ,KK_TRAN_ID ,KK_TRAN_DT ,KK_PROCESS_STATUS FROM PS_KK_SOURCE_HDR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | KK_SOURCE_TRAN | Character(10) | VARCHAR2(10) NOT NULL | Source Transaction Type |
2 | KK_PROC_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
3 | KK_TRAN_ID | Character(10) | VARCHAR2(10) NOT NULL | Commitment Control Foreign Key for Transaction Identification. |
4 | KK_TRAN_DT | Date(10) | DATE | Commitment Control Transaction Original processing date. Primary key with KK_TRAN_ID. |
5 | 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 |