RB_PRC_PRD_VW(SQL View) |
Index Back |
---|---|
Prod Item viewThis record is a view which stores the Product Items |
SELECT setid , product_id , product_kit_flag , price_kit_flag 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 | PRODUCT_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Product Kit Flag |
4 | PRICE_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Price Kit Flag
C=at Component Level T=at Top Level |