BOL_SHIPID_VW(SQL View) |
Index Back |
---|---|
BOL -Shipped lines by ship idView is used when construction the Shipping Bill of Lading. |
SELECT DISTINCT business_unit , ship_id FROM PS_IN_DEMAND WHERE in_fulfill_state BETWEEN '60' AND '70' AND bill_of_lading = ' ' AND deplete_inv_flg = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | SHIP_ID | Character(10) | VARCHAR2(10) NOT NULL | Shipping ID |