RBF_ARRA_PRD_V1(SQL View) |
Index Back |
---|---|
Product Prompt ViewPROD_ITEM view only used for search related product for the selected product group |
SELECT DISTINCT B.SETID ,A.PRODUCT_GROUP ,B.PRODUCT_ID ,B.PRODUCT_KIT_FLAG , B.DESCR FROM PS_PROD_PGRP_LNK A ,PS_RBF_ARRA_PRD_VW B WHERE A.SETID=B.SETID AND A.PRODUCT_ID=B.PRODUCT_ID |
# | 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.
Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
PRoduct Group
Prompt Table: %EDITTABLE |
3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
4 | PRODUCT_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Product Kit Flag |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |