BC_CUST_SHIP_VW

(SQL View)
Index Back

BC Customer Ship View

BC Customer Ship View containing Ship-to information.

SELECT A.SETID , A.CUST_ID , A.BO_ID , B.BO_NAME FROM PS_BC A , PS_BO B , PS_BO_ROLE C , PS_BO_SRCH_GRP_TYP D WHERE A.BO_ID = B.BO_ID AND A.CUST_STATUS <> 'I' AND A.BO_ID = C.BO_ID AND C.ROLE_START_DT <= %CurrentDateIn AND C.ROLE_END_DT <= %CurrentDateIn AND C.ROLE_TYPE_ID = D.ROLE_TYPE_ID AND D.SRCH_GROUP_ID = 39

# 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.
2 CUST_ID Character(15) VARCHAR2(15) NOT NULL Customer ID
3 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
4 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object