KK_XCP_PC5_VW1(SQL View) |
Index Back |
---|---|
PC Budget Excptns Hdr & SrchThis view only picks up Source Header transactions that have exceptions. These exceptions include warnings, errors or both. |
SELECT A.KK_TRAN_ID , A.KK_TRAN_DT , A.JOURNAL_ID , A.BUSINESS_UNIT_PC , A.PROJECT_ID , A.ACTIVITY_ID , A.KK_DISTRIB_STATUS , A.KK_PROC_INSTANCE , A.KK_PROCESS_STATUS , B.PROCESS_INSTANCE FROM PS_KK_SOURCE_HDR A , PS_INTFC_PROJ_RES B WHERE A.BUSINESS_UNIT_PC = B.BUSINESS_UNIT AND A.PROJECT_ID = B.PROJECT_ID AND A.JOURNAL_ID = B.JOURNAL_ID AND A.PROCESS_INSTANCE = B.PROCESS_INSTANCE AND A.KK_SOURCE_TRAN = 'PC_BUDGET' AND A.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 | JOURNAL_ID | Character(10) | VARCHAR2(10) NOT NULL | Identifies a journal entry, consisting of a header and one or more lines. The Journal ID itself does not have to be unique, but together with the journal business unit and journal date, it forms a unique journal identifier. |
4 | BUSINESS_UNIT_PC | Character(5) | VARCHAR2(5) NOT NULL |
PC Business Unit
Prompt Table: SP_BU_FS_NONVW |
5 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Project Id ChartField
Prompt Table: KK_XCP_PC5_IDVW |
6 | ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID |
7 | KK_DISTRIB_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Commitment Control
B=Budget Check C=Budget Create D=Distributed E=Posting Error K=Post to Commitment control N=None S=Security Error |
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 |
10 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |