RC_WL_BPNAME_VW(SQL View) |
Index Back |
---|---|
Business Project ViewThis view returns Business Project Names for use in worklist configurable search. |
SELECT A.SYNCID , C.DESCR FROM PS_RC_WF_BUSPRC_VW A , PS_RC_BP_STATUS B , PS_RC_BUS_PROCESS C WHERE B.BUS_PROC_INSTANCE = A.BUS_PROC_INSTANCE AND C.RC_BUS_PROCESS_ID = B.RC_BUS_PROCESS_ID AND C.EFFDT = ( SELECT MAX(D.EFFDT) FROM PS_RC_BUS_PROCESS D WHERE D.RC_BUS_PROCESS_ID = C.RC_BUS_PROCESS_ID AND D.BUS_PROJ_TYPE = C.BUS_PROJ_TYPE AND D.EFFDT <= %CurrentDateIn) AND C.EFF_STATUS = 'A' |
# | 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 | DESCR_BUS_PROCESS | Character(30) | VARCHAR2(30) NOT NULL | This field is used to temporarily store the description of a Business Project. |