RF_IPRD_SITE_VW

(SQL View)
Index Back

Installed Prod by site view

prompt for installed products by site

SELECT DISTINCT A.SETID , A.BO_ID_CUST , C.SITE_ID , D.BO_NAME FROM PS_RF_INST_PROD A , PS_RD_SITE C , PS_BO_NAME D WHERE A.BO_ID_CUST = C.BO_ID_PARENT AND A.SETID = ( SELECT R.SETID FROM PS_SET_CNTRL_REC R WHERE R.RECNAME = 'RD_SITE' AND A.SETID = R.SETCNTRLVALUE) AND C.BO_ID = D.BO_ID AND D.PRIMARY_IND = '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.

Default Value: OPR_DEF_TBL_RB.SETID

Prompt Table: SP_SETID_NONVW

2 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
3 SITE_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
4 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object