RC_TR_UPD_AGE_V

(SQL View)
Index Back

Updated days

View created to identify the number of days before the case last updated.

SELECT A.CASE_ID , (%DateTimeDiff(A.ROW_LASTMANT_DTTM, %CurrentDatetimeIn) / 1440) , A.ROW_ADDED_DTTM ,A.SYNCID FROM PS_RC_CASE A

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 CASE_ID Number(15,0) DECIMAL(15) NOT NULL Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table.
2 DAY_RANGE_UPD Character(15) VARCHAR2(15) NOT NULL Range of Days for reporting purposes.
3 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
4 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.