CP_CONFIG_VW3(SQL View) |
Index Back |
---|---|
CP Cfg Code Intfc PromptPrompt view for configuration code -- this is used in the Material Stock Request component to show only those configuration codes that have quantity already in inventory. |
SELECT DISTINCT A.BUSINESS_UNIT , A.INV_ITEM_ID , A.CONFIG_CODE FROM PS_CP_CONFIG A , PS_LOT_CONTROL_INV B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.INV_ITEM_ID = B.INV_ITEM_ID AND A.CONFIG_CODE = B.CONFIG_CODE AND B.QTY_AVAILABLE > 0 |
# | 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 | CONFIG_CODE | Character(50) | VARCHAR2(50) NOT NULL | Product Configurator |