RO_WL_CT_VW(SQL View) |
Index Back |
---|---|
Order Contact ViewThis record is a view used for searching contact names related to order capture worklist entries. |
SELECT H.SYNCID , N.BO_NAME_DISPLAY FROM PS_RO_WF_ORDERVW H , PS_RO_BOID B , PS_BO_NAME N WHERE H.CAPTURE_ID = B.CAPTURE_ID AND B.BO_ID=N.BO_ID AND B.ROLE_TYPE_ID=8 AND N.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_2 | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |