RBF_KIT_PRD_LNK(SQL View) |
Index Back |
---|---|
Product Kit ComponentsThis record is a view of all the individual components and their attributes that make up a Product Kit. |
SELECT B.SETID , B.PROD_COMPONENT_ID , B.PRODUCT_ID , A.DESCR FROM PS_PROD_ITEM A , PS_RBF_PRODCOMP_VW B WHERE A.SETID = B.SETID AND A.PRODUCT_ID = B.PRODUCT_ID AND A.PRODUCT_KIT_FLAG = 'Y' |
# | 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_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | PROD_COMPONENT_ID | Character(18) | VARCHAR2(18) NOT NULL | Field is used to store components of a product |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |