PL_BOM_HEADM_VW(SQL View) |
Index Back |
---|---|
Planning BOM Header Maint VwThis is a clone of the EN view of the same name which has been set-up to work with Enterprise BOMs. SCC 07/01/97 CN# PL700-DI-SCHEW-11: Use EN_BOM_HDR2_SBR which has planning bom peoplecode instead of EN_BOM_HEAD_SBR which has peoplecode for other boms. 07/03/2000 SPL Added related language record PL_BOM_HDM_LVW. 7/17/00 lee - changed view to use pl_bom_header. removed rlv. |
SELECT business_unit , inv_item_id , bom_qty FROM PS_PL_BOM_HEADER |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(18) | VARCHAR2(18) NOT NULL | Item ID | |
3 | BOM_QTY | Number(7,0) | INTEGER NOT NULL | 06/02/00 LAJ (8.0) Changed field length from 8.0 to 7.0. All other quantity fields have a standardized length of 7, so this change will make bom_qty standard. |