RB_TSK_SIB_VW(SQL View) |
Index Back |
---|---|
Task sibling extension viewThis view acts as a sibling extension record to the Task Worklist view. |
SELECT A.TASK_ID , A.PERSON_ID_ASSIGNEE , A.OPRID , A.INSTSTATUS , B.UID20F_FOLDER , B.READ_SW , B.COMMENTS254 , B.WF_PURPOSE FROM PS_RB_TSK_WL_VW A , PS_RB_WORKLIST_SIB B WHERE A.TASK_ID = B.TASK_ID AND A.PERSON_ID_ASSIGNEE = B.PERSON_ID_ASSIGNEE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TASK_ID | Number(15,0) | DECIMAL(15) NOT NULL |
TaskIID field. Key for RB_TSK record. Used by Task Management.
Default Value: 999999999999999 |
2 | PERSON_ID_ASSIGNEE | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
4 | INSTSTATUS | Number(5,0) | INTEGER NOT NULL |
Determines worklist status, available, selected, worked, cancelled
0=Selected 1=Open 2=Worked 3=Cancelled |
5 | UID20F_FOLDER | Character(20) | VARCHAR2(20) NOT NULL | This field is used to store a unique identifier for a folder that is created to categorize CRM worklist notifications. |
6 | READ_SW | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to indicate whether a CRM worklist notification has been read by the user.
Y/N Table Edit Default Value: N |
7 | COMMENTS254 | Character(254) | VARCHAR2(254) NOT NULL | Shorter comment field (i.e. shorter than a long character) for situations where the longer field size is not necessary (especially if there's already another Long Char field in the record) |
8 | WF_PURPOSE | Character(4) | VARCHAR2(4) NOT NULL |
Purpose of the Notification
0=FYI APPR=Approval Required ASSN=Assignment ESCA=Escalation FOLL=Follow-Up Requested HOLD=Hold Notification SLA=SLA Warning SLAX=SLA Exception STAT=Status Change TASG=Task Assignment UPD=Update Notification |