PO_STG_MSG_VW(SQL View) |
Index Back |
---|
SELECT A.PROCESS_INSTANCE , A.BUSINESS_UNIT , A.PO_STG_TYPE , A.PO_STG_ID , A.LINE_NBR , A.SCHED_NBR , A.STAGE_STATUS , A.MESSAGE_SET_NBR , A.MESSAGE_NBR FROM PS_PO_ITM_STG A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
3 | Character(1) | VARCHAR2(1) NOT NULL |
Used in conjunction with PO_STG_ID to make a unique key on the stage tables.
O=Other R=Requisition |
|
4 | Character(10) | VARCHAR2(10) NOT NULL | Uniqye key to the PO Staging table | |
5 | Number(5,0) | INTEGER NOT NULL | Line Number: 11/24/08 - Added TARGET label [PC product] | |
6 | Number(3,0) | SMALLINT NOT NULL | Schedule Number | |
7 | STAGE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Stage Status
B=Ready to Create C=Completed D=Inv Demand Build in Process E=Error I=In Process N=Needs Approval P=PO Create in Process R=Error Recycle S=Staged V=POCALC in Process W=Warning Issued X=Reset Req and Purge |
8 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
9 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |