SHIPCNT_INV_VW(SQL View) |
Index Back |
|---|---|
Shipping Container ViewThis is a view off of SHIP_CNTR_INV that is used in the shipping panel for verification purposes. mmt 04/02/03 Data model changes |
| SELECT a.business_unit , a.demand_source , a.source_bus_unit , a.order_no , a.order_int_line_no , a.sched_line_nbr , a.inv_item_id , a.demand_line_no , a.ship_cntr_id , a.qty , a.unit_of_measure , a.dt_timestamp , a.oprid , a.shipping_volume , a.unit_measure_vol , a.gross_weight , a.unit_measure_wt , b.ship_id_est FROM ps_ship_cntr_inv a , PS_IN_DEMAND b WHERE b.in_fulfill_state >='50' AND a.business_unit = b.business_unit AND a.demand_source = b.demand_source AND a.source_bus_unit = b.source_bus_unit AND a.order_no = b.order_no AND a.order_int_line_no = b.order_int_line_no AND a.sched_line_nbr = b.sched_line_nbr AND a.inv_item_id = b.inv_item_id AND a.demand_line_no = b.demand_line_no |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | 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 | Character(5) | VARCHAR2(5) NOT NULL | Source Bus Unit | |
| 4 | 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 | Number(5,0) | INTEGER NOT NULL | Order Line | |
| 6 | Number(6,0) | INTEGER NOT NULL | Schedule Line Number | |
| 7 | Character(18) | VARCHAR2(18) NOT NULL | Item ID | |
| 8 | Number(4,0) | SMALLINT NOT NULL | Demand Line No | |
| 9 | Character(20) | VARCHAR2(20) NOT NULL | Shipping Container ID | |
| 10 | QTY | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Quantity |
| 11 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage |
| 12 | DT_TIMESTAMP | DateTime(26) | TIMESTAMP | Date Timestamp |
| 13 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
| 14 | SHIPPING_VOLUME | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Shipping Volume |
| 15 | UNIT_MEASURE_VOL | Character(3) | VARCHAR2(3) NOT NULL | Volume UOM |
| 16 | SHIPPING_WEIGHT | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Shipping Weight |
| 17 | UNIT_MEASURE_WT | Character(3) | VARCHAR2(3) NOT NULL | Weight UOM |
| 18 | SHIP_ID_EST | Character(10) | VARCHAR2(10) NOT NULL | Estimated Ship ID |