KK_XCP_HR3_VW1(SQL View) |
Index Back |
---|---|
HR Payroll 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 ,HP_KK_DOC_ID ,HP_BUDGET_YEAR ,HP_FISCAL_YEAR ,KK_AMOUNT_TYPE ,ACCOUNTING_DT ,KK_PROC_INSTANCE ,KK_PROCESS_STATUS FROM PS_KK_SOURCE_HDR WHERE KK_SOURCE_TRAN = 'HP_PAY_ENC' AND 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 | HP_KK_DOC_ID | Number(31,0) | DECIMAL(31) NOT NULL | Commitment Control Document ID |
4 | HP_BUDGET_YEAR | Number(4,0) | SMALLINT NOT NULL | Budget Year for Commitment Control |
5 | HP_FISCAL_YEAR | Number(4,0) | SMALLINT NOT NULL | Fiscal Year when there is more than one occurence on a record |
6 | KK_AMOUNT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Commitment Control Amount Type
0=Budget 1=Actuals and Recognized 2=Encumbrance 3=Pre-Encumbrance 4=Collected Revenue 5=Planned 7=Actuals, Recognize and Collect 9=Dynamic |
7 | ACCOUNTING_DT | Date(10) | DATE | The accounting entry construction date for a given transaction (a generic field that crosses multiple |
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 |