RC_WL_CUST_VW(SQL View) |
Index Back |
---|---|
Customer Name ViewThis record is a view used for searching customer names related to call center worklist entries. |
SELECT A.SYNCID , B.BO_NAME_DISPLAY FROM PS_RC_WF_CASE_VW A , PS_BO_NAME B WHERE B.BO_ID=A.BO_ID AND PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
2 | BO_NAME_DISPLAY_1 | Character(80) | VARCHAR2(80) NOT NULL | This field represents the Display Name for a business object |