BCABILLTO_CMFLG

(SQL View)
Index Back

Bill To CM Flag


SELECT B1.BO_ID , B1.PROFILE_CM_SEQ , MAX(CASE WHEN B1.ROLE_TYPE_ID = 43 OR B1.ROLE_TYPE_ID = 47 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 BILL_TO_FLG Character(1) VARCHAR2(1) NOT NULL A boolean that flags whether or not the customer is a valid Bill To customer.