EN_REF_RTG_VW(SQL View) |
Index Back |
---|---|
Component Ref Desig Maint VWCN# EN800-3.0, Sep 21 98, Anna Added field BomCode |
SELECT DISTINCT a.business_unit , a.inv_item_id , a.mg_associated_bom , b.ref_routing_item FROM PS_BU_ITEMS_INV a , PS_BU_ITEMS_INV b WHERE a.business_unit = b.business_unit AND a.mg_associated_bom = b.inv_item_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: BUS_UNIT_TBL_IN |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: INV_ITEMS |
3 | MG_ASSOCIATED_BOM | Character(18) | VARCHAR2(18) NOT NULL | 04/99 LAJ CN#EN800.6.0 Necessary for new CPG functionality. It stores the assembly item that is the primary method for producing secondary co-products. This field defaults to the assembly item (itself). |
4 | REF_ROUTING_ITEM | Character(18) | VARCHAR2(18) NOT NULL | Reference Routing Item |