RDM_CONT_CUST_V(SQL View) |
Index Back |
---|---|
Customer Contact viewView for listing contacts and customers (both companies and consumers) |
SELECT BO_ID_1 , ROLE_TYPE_ID_1 , BO_ID_2 , ROLE_TYPE_ID_2 , START_DT , END_DT FROM PS_BO_REL WHERE REL_TYPE_ID IN (9,10,13,14) AND START_DT <= %CurrentDateIn AND END_DT > %CurrentDateIn |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. | |
2 | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact | |
3 | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID | |
4 | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID | |
5 | Date(10) | DATE | Start date field to store start date value. | |
6 | Date(10) | DATE | This field stores the end date values. |