RO_FLTR_SBMT_VW

(SQL View)
Index Back

Submitted Data View

Based on the audit data in RO_HISTORY

SELECT HDR.SYNCID ,HST.ROW_ADDED_OPRID ,HST.ROW_ADDED_DTTM FROM %Table(RO_HEADER) HDR , %Table(RO_HISTORY) HST WHERE HDR.CAPTURE_ID=HST.CAPTURE_ID AND HST.EVENTNAME='AuditOpenStatusSubmit'

# 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 SUBMIT_OPRID Character(30) VARCHAR2(30) NOT NULL Submitted By OPRID.........................................

Prompt Table: RB_SBMTOPRID_VW

3 SUBMIT_DTTM DateTime(26) TIMESTAMP Submitted Datetime