RB_PRC_PROD_VW(SQL View) |
Index Back |
---|---|
Product viewThis record is used for product data model ithas details on products |
SELECT setid , product_id , cfg_kit_flag , ' ' , engagement , inv_item_id , 'N' , price_kit_flag , product_kit_flag , prod_type , ' ' FROM PS_PROD_ITEM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | CFG_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Configured Kit Package
M=Multilevel Bundle Component N=Lightly Configured Y=Schema Enabled Y/N Table Edit |
4 | DIST_CFG_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Distribution Configuration |
5 | ENGAGEMENT | Character(1) | VARCHAR2(1) NOT NULL | Engagement |
6 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
7 | LT_CFG_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Litely configured package flag |
8 | PRICE_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Price Kit Flag
C=at Component Level T=at Top Level |
9 | PRODUCT_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Product Kit Flag
Y/N Table Edit |
10 | PROD_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
A new field has been introduced as Product Type to distingush the product types like, Physical Products and Service Products. It is used for PDM enhancement.
AGR=Service Agreement CMT=Commitment Product ENG=Engagement Service PHY=Standard Product PKG=Package Product SUB=Subscription Product SVC=Service Product |
11 | CFG_INCL_PRICE | Character(1) | VARCHAR2(1) NOT NULL |
Y/N Value on Configurator Price tab to indicate that the configuration will/will not contain list prices
N=Product Definition Y=Configurator Default Value: N |