RC_WL_TKDUE_VW

(SQL View)
Index Back

Task Due Date View

Returns the due date for a specified business project task.

SELECT A.SYNCID , B.DUE_DTTM FROM PS_RC_WF_BUSPRC_VW A , PS_RC_TASK_STATUS B WHERE B.BUS_PROC_INSTANCE = A.BUS_PROC_INSTANCE AND B.ACTIVITY_INSTANCE = A.ACTIVITY_INSTANCE AND B.NESTED_BP_IND = A.NESTED_BP_IND AND B.RC_TASK_ID = A.RC_TASK_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 DUE_DTTM DateTime(26) TIMESTAMP Designates the date and time the task is due to be completed.