DMD_PHYS_IN_VW2(SQL View) |
Index Back |
---|---|
Demand Picking Locations/* mmt 05/18/04 Data model changes */ |
SELECT business_unit , demand_source , source_bus_unit , order_no , order_int_line_no , sched_line_nbr , inv_item_id , demand_line_no , inv_lot_id , SUM(qty_base) FROM PS_DEMAND_PHYS_INV GROUP BY business_unit , demand_source , source_bus_unit , order_no , order_int_line_no , sched_line_nbr , inv_item_id , demand_line_no , inv_lot_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | DEMAND_SOURCE | Character(2) | VARCHAR2(2) NOT NULL |
Demand Source
IN=Material Request OM=Sales Order PL=Planning Requisition PO=Purchase Order PR=Purchasing Requisition RT=Material Return SF=Production Request WM=Work Order |
3 | SOURCE_BUS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Source Bus Unit |
4 | ORDER_NO | Character(10) | VARCHAR2(10) NOT NULL | Identifies a customer order number that appears as a reference on a receivables pending item. Date Initials Issue Description 022701 mv SP2 (F-CJORGENS-3) CSR Desktop |
5 | ORDER_INT_LINE_NO | Number(5,0) | INTEGER NOT NULL | Order Line |
6 | SCHED_LINE_NBR | Number(6,0) | INTEGER NOT NULL | Schedule Line Number |
7 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Default Value: DEMAND_PICK_VW.INV_ITEM_ID |
8 | DEMAND_LINE_NO | Number(4,0) | SMALLINT NOT NULL | Demand Line No |
9 | INV_LOT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Lot ID
Prompt Table: DMND_LOT_INV_VW |
10 | QTY_BASE | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Base Quantity |