RBD_PRODITEM_VW(SQL View) |
Index Back |
---|---|
Dashboard Product ItemThis is the record for the Dashboard Product Item view. |
SELECT A.SETID , A.PRODUCT_ID , A.PROD_TYPE , A.PROD_CATEGORY , ' ' , A.PROD_BRAND , ' ' , A.DESCR FROM %Table(PROD_ITEM) A |
# | 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 | 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 |
4 | PROD_CATEGORY | Character(15) | VARCHAR2(15) NOT NULL | Product Category |
5 | DESCR_CATEGORY | Character(30) | VARCHAR2(30) NOT NULL | Category Description |
6 | PROD_BRAND | Character(15) | VARCHAR2(15) NOT NULL | Product Brand |
7 | DESCR_OTHER | Character(30) | VARCHAR2(30) NOT NULL | If Other, Describe |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |