EN_BOM_ASSOC_VW(SQL View) |
Index Back |
---|---|
Associated BOM view06/03/99 laj (CN#EN800-6.0) Created view to process a validation in BOM maintenance. This view exists as a hidden scroll on the BOM/EBOM outputs panels. All the items that have the current assembly as it's associated primary BOM is selected into this scroll. |
SELECT BUSINESS_UNIT, INV_ITEM_ID, MG_ASSOCIATED_BOM FROM PS_BU_ITEMS_INV |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
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). |