ORD_LN_PRTYP_VW(SQL View) |
Index Back |
---|---|
Order Line Product Type View |
SELECT ol.business_unit , ol.order_no , ol.order_int_line_no , pi.setid , pi.product_id , pi.product_kit_flag , PI.CFG_KIT_FLAG FROM ps_ord_line ol , ps_set_cntrl_rec s , PS_PROD_ITEM pi WHERE pi.product_id = ol.product_id AND pi.setid = s.setid AND s.setcntrlvalue = ol.business_unit AND s.recname = 'PROD_ITEM' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | 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 |
3 | ORDER_INT_LINE_NO | Number(5,0) | INTEGER NOT NULL | Order Line |
4 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
5 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
6 | PRODUCT_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Product Kit |
7 | CFG_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Configured Kit |