PL_BOM_COMPM_VW(SQL View) |
Index Back |
---|---|
Planning BOM Component ViewThis view only permits the accessing of Plannning BOM components. 07/01/97 SCC (CN# PL700-DI-SCHEW-11): Used EN_BOM_CMP2_SBR which has planning bom peoplecode instead of EN_BOM_COMP_SBR which has peoplecode for other bom. 6/3/99 lee CN#MG800-4.0 Changed prompt on en_bom_comp_sbr.component_id to mg_itemmst_vw. 7/14/00 lee - changed view to look like pl_bom_comps. |
SELECT business_unit , inv_item_id , component_id , date_in_effect , date_obsolete , qty_per FROM PS_PL_BOM_COMPS |
# | 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 | Character(18) | VARCHAR2(18) NOT NULL | 04/10/00 (Internet Architecture) SCC: Uppercase label Id. | |
4 | Date(10) | DATE | 01/27/2000 RML Added "As of date" label 03/23/2004 SFC Added PRICE_LIST_DATE label 06/04/2004 SFC Added PRODUCT_PRICE_DAT label | |
5 | DATE_OBSOLETE | Date(10) | DATE | Obsolete Date |
6 | QTY_PER | Number(10,4) | DECIMAL(9,4) NOT NULL | Quantity |