RC_WL_TKASGN_VW(SQL View) |
Index Back |
---|---|
Task Assignment ViewThis view returns the person name, role description or provider group name assigned to a business project task worklist item. |
SELECT E.SYNCID , CASE WHEN A.RC_ASSIGNMENT_OPT = 'P' THEN B.NAME1 WHEN A.RC_ASSIGNMENT_OPT = 'G' THEN C.DESCR WHEN A.RC_ASSIGNMENT_OPT = 'C' THEN D.BO_NAME_DISPLAY END BO_NAME_DISPLAY_1 FROM PS_RC_TASK A , PS_RF_PROVIDER_GRP B , PSROLEDEFN C , PS_RB_PRSN_P_NM_VW D , PS_RC_WF_BUSPRC_VW E WHERE E.RC_TASK_ID = A.RC_TASK_ID AND A.SETID = B.SETID (+) AND %Substring(A.RC_ASSIGNED_TO,1,10) = B.PROVIDER_GRP_ID (+) AND A.RC_ASSIGNED_TO = C.ROLENAME (+) AND %Substring(A.RC_ASSIGNED_TO,1,15) = D.PERSON_ID (+) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | BO_NAME_DISPLAY_1 | Character(80) | VARCHAR2(80) NOT NULL | This field represents the Display Name for a business object |