KK_XCP_CM1_VW1(SQL View) |
Index Back |
---|---|
CM Trnxtn Excptns Hdr & SrchThis view only picks up Source Header transactions that have exceptions. These exceptions include warnings, errors or both. |
SELECT KK_TRAN_ID ,KK_TRAN_DT ,BUSINESS_UNIT ,INV_ITEM_ID ,DT_TIMESTAMP ,SEQ_NBR ,KK_PROC_INSTANCE ,KK_PROCESS_STATUS FROM PS_KK_SOURCE_HDR WHERE KK_SOURCE_TRAN = 'CM_TRNXTN' AND KK_PROCESS_STATUS IN ('E','W', 'X') |
# | 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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_FS_NONVW |
4 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: KK_XCP_CM_ID_VW |
5 | DT_TIMESTAMP | DateTime(26) | TIMESTAMP | Date Timestamp |
6 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number |
7 | KK_PROC_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
8 | 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 |