RX_AC_CNTCT_SLD

(SQL View)
Index Back

active sold to contacts

This is a view that shows the active sold to contacts.

SELECT A.BO_ID , A.BO_ID_CNTCT , A.ROLE_TYPE_ID_CUST , A.BO_ID_CONTACT , A.ROLE_TYPE_ID_CNTCT , A.BO_REL_ID , A.REL_TYPE_ID , A.CONTACT_NAME FROM PS_BC_CNTCT_SLD_VW A , PS_RX_CNTCT_ACT_VW B WHERE A.BO_ID = B.BO_ID AND A.BO_ID_CONTACT = B.BO_ID_CONTACT

# 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 BO_ID_CNTCT Number(31,0) DECIMAL(31) NOT NULL This field represents the business object ID for a Contact
3 ROLE_TYPE_ID_CUST Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the customer
4 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.
5 ROLE_TYPE_ID_CNTCT Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the contact
6 BO_REL_ID Signed Number(32,0) DECIMAL(31) NOT NULL Relationship ID of a Business Object
7 REL_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Relationship Type ID
8 CONTACT_NAME Character(50) VARCHAR2(50) NOT NULL The individual contact name associated with a given bank/counterparty.