RBT_PK_SRCH_VW(SQL View) |
Index Back |
---|---|
Product Kit ComponentsThis view is to get all the components of all the kits that are associated to a product as Service Features (Relationship). This views that these kits are 2 level kits. |
SELECT A.SETID , A.PRODUCT_ID , B.DESCR FROM PS_PROD_RELATIONS A , PS_PROD_ITEM B WHERE A.PROD_REL_TYPE = 'SF' AND A.PRODUCT_ID = B.PRODUCT_ID AND A.SETID = B.SETID |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Default Value: NEXT |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |