RB_TSK_DELGD_VW(SQL View) |
Index Back |
---|---|
Task Delegated ViewTask Delegated as Direct Report View. Used for Data Distribution rules in My Tasks. |
SELECT T.TASK_ID ,T.SYNCID , T.SYNCDTTM , TA.PERSON_ID_ASSIGNEE , D.TSK_DELEGATE_ID FROM PS_RB_TSK T , PS_RB_TSK_ASGN TA , PS_RB_TSK_DELEGATE D , PS_RB_WORKER S WHERE D.DELEGATED_BY_PID = TA.PERSON_ID_ASSIGNEE AND D.DELEGATED_BY_PID = S.SUPERVISOR_ID AND %DateOut(D.START_DT) <= %CurrentDateOut AND %DateOut(D.END_DT) >= %CurrentDateOut AND (D.TASK_TYPE = 'A11-ALL' OR D.TASK_TYPE = T.TASK_TYPE) AND (D.TSK_INCL_PRIVT_FLG = 'Y' OR T.PRIVATE_FLG = 'N') AND D.TSK_DELEGATE_TYPE = 'DT' AND D.READONLY = 'N' AND TA.TASK_ID = T.TASK_ID AND T.TASK_STATUS NOT IN ('CNCL') AND (TA.OWNER = 'Y' OR (TA.OWNER <> 'Y' AND TA.TASK_ASGN_STATUS <> 'DCLN')) |
# | 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: 999999999999 |
2 | 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. |
3 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
4 | PERSON_ID_ASSIGNEE | Character(15) | VARCHAR2(15) NOT NULL |
Contact Identifier for Treasury Contacts
Prompt Table: RB_WORKER_SRCH |
5 | TSK_DELEGATE_ID | Character(30) | VARCHAR2(30) NOT NULL | Id of the Person or Group to whom the task is delegated. |