RD_DQ_P_CMP_VW1

(SQL View)
Index Back

RD_DQ_P_CMP_VW

This view is used for the Person configurable search to get teh search the Person based on the Company

SELECT A.BO_ID_CONTACT , A.SETID , A.BO_ID_CUST , A.BO_NAME , A.BO_NAME_UPPER , A.REL_TYPE_ID , A.BO_REL_ID , A.ROW_LASTMANT_DTTM FROM PS_RD_DQ_P_CMP_VW A , PS_RD_PERSON B , PS_RD_COMPANY C WHERE A.BO_ID_CONTACT = B.BO_ID AND A.BO_ID_CUST = C.BO_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.
2 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
3 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
4 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object

Prompt Table: BO_NAME
Set Control Field: BO_ID

5 BO_NAME_UPPER Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
6 REL_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Relationship Type ID
7 BO_REL_ID Signed Number(32,0) DECIMAL(31) NOT NULL Relationship ID of a Business Object
8 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.