PV_GHP_LOC_VW1(SQL View) |
Index Back |
---|---|
View by Location |
SELECT D.LOCATION , SUM(D.qty_po) , SUM(D.merchandise_amt) FROM PS_PO_LINE_DISTRIB D GROUP BY D.LOCATION |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL |
Location Code
Prompt Table: LOCATION_TBL |
2 | QTY_PO | Number(16,4) | DECIMAL(15,4) NOT NULL | Purchase Order Quantity |
3 | MERCHANDISE_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Merchandise Amt F_KDHIL_R87H8 062804 MLM: Added new Line Amount Received Label |