RC_CNT_PHD_VW2(SQL View) |
Index Back |
---|---|
Case Contact InformationThis is the Case Contact Information prompt record. |
SELECT n.BO_NAME_DISPLAY , p.PERSON_ID , n.LAST_NAME FROM PS_RD_PERSON p , PS_BO_NAME n WHERE p.BO_ID = n.BO_ID AND n.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
2 | CASE_CONTACT | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
3 | LAST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Last Name |