BCASHIPTO_CMFLG

(SQL View)
Index Back

Ship To CM Flag


SELECT B1.BO_ID , B1.PROFILE_CM_SEQ , MAX(CASE WHEN B1.ROLE_TYPE_ID = 41 OR B1.ROLE_TYPE_ID = 45 THEN 'Y' ELSE 'N' END) FROM PS_BO_CM_USE B1 GROUP BY B1.BO_ID , B1.PROFILE_CM_SEQ

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
2 PROFILE_CM_SEQ Number(31,0) DECIMAL(31) NOT NULL The Contact Method Profile ID is a key field that is used to reference the details of a Contact Method in various CM tables.
3 SHIP_TO_FLG Character(1) VARCHAR2(1) NOT NULL A flag indicating that the customer or address is a valid Ship To customer or address.