RBT_PRODREL_VW1

(SQL View)
Index Back

Product relation

This view is used to get the product relations.

SELECT A.SETID , B.PRODUCT_ID , B.PRODUCT_ID_ALT FROM PS_PROD_ITEM A , PS_PROD_RELATIONS B WHERE A.SETID = B.SETID AND A.PRODUCT_ID = B.PRODUCT_ID_ALT AND B.PROD_REL_TYPE = 'SF' AND A.PRODUCT_KIT_FLAG = 'N'

# 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 PRODUCT_ID_ALT Character(18) VARCHAR2(18) NOT NULL Product ID Alternate

Prompt Table: PRODREL_SRCH_VW