RC_ALT_PTRC_VW(SQL View) |
Index Back |
|---|---|
Partner Alt Char ViewView created for setting alternate partner contact field on Config Search. |
| SELECT B.BO_NAME_AC , A.SYNCID FROM PS_RC_CASE A , PS_BO_NAME B WHERE A.BO_ID_PART_CONT = B.BO_ID AND B.BO_NAME_AC <> ' ' AND B.PRIMARY_IND = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | BO_NAME_PARTCNT_AC | Character(50) | VARCHAR2(50) NOT NULL | Partner Contact Name in Alternate Characters. |
| 2 | 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. |