RSF_LE_NOTES_VW(SQL View) |
Index Back |
|---|
| SELECT A.SYNCID , B.RC_SUMMARY , B.DESCRLONG FROM PS_RSF_LEAD A , PS_RSF_LE_NOTE B WHERE A.LEAD_ID = B.LEAD_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | 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 | RC_SUMMARY | Character(80) | VARCHAR2(80) NOT NULL | Typically a summary of a long field. |
| 3 | DESCRLONG | Long Character | CLOB | Long Description |