RC_GRP_MEM_VW7(SQL View) |
Index Back |
---|---|
Group Member Prompt ViewThis view brings the name and alternate character of the person assigned to cases. |
SELECT B.BO_NAME_DISPLAY , B.NAME_AC , C.SYNCID FROM PS_RD_PERSON_NAME B , PS_RC_CASE C WHERE B.PERSON_ID = C.ASSIGNED_TO AND B.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | NAME_ASSIGNED_TO | Character(80) | VARCHAR2(80) NOT NULL | The name of the assigned agent. |
2 | NAME_AC | Character(50) | VARCHAR2(50) NOT NULL | Name (Alternate Character) |
3 | 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. |