CP_CFG_PMPT_VW(SQL View) |
Index Back |
---|---|
CP Config Code OM Prompt ViewThis view was created to allow the prompting of the CP_CONFIG record from within Order Entry. The BUSINESS_UNIT field creates conflicts with the OM BUSINESS_UNIT so it is replaced with the SHIP_FROM_BU which is the Inventory BU. |
select BUSINESS_UNIT, INV_ITEM_ID, CONFIG_CODE from PS_CP_CONFIG |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SHIP_FROM_BU | Character(5) | VARCHAR2(5) NOT NULL | Ship from INV BU |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | CONFIG_CODE | Character(50) | VARCHAR2(50) NOT NULL | Product Configurator |