PL_ITEM_CFG_VW1(SQL View) |
Index Back |
---|---|
Planning Config Code View3/00 View to show the config code for all items. This one does have BU as a key - and if BU is required above this field..this view should be used. |
SELECT BUSINESS_UNIT , INV_ITEM_ID , CONFIG_CODE FROM PS_CP_CONFIG |
# | 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 |