RC_PER_WRKER_VW(SQL View) |
Index Back |
---|---|
Group Member Prompt ViewView used to get the person/worker name. |
SELECT B.PERSON_ID , C.NAME FROM PS_RB_WORKER A , PS_RD_PERSON B , PS_RD_PERSON_NAME C WHERE A.PERSON_ID = B.PERSON_ID AND A.EMPL_STATUS = 'A' AND B.PERSON_ID = C.PERSON_ID AND C.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ASSIGNED_TO | Character(15) | VARCHAR2(15) NOT NULL | This is a field to store assignment information. |
2 | NAME_ASSIGNED_TO | Character(80) | VARCHAR2(80) NOT NULL | The name of the assigned agent. |