RC_GRP_MEM_VW8(SQL View) |
Index Back |
---|---|
Group Member Prompt ViewThis view brings the name and alternate character from the worker record. |
SELECT B.BO_NAME_DISPLAY , B.NAME_AC FROM PS_RB_WORKER A , PS_RD_PERSON_NAME B WHERE A.PERSON_ID = B.PERSON_ID 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) |