RO_FLTR_CNTR_VW(SQL View) |
Index Back |
---|---|
Contract SubmissionBased on the audit data in RO_ASSOCIATION |
SELECT HDR.SYNCID ,AOC.CREATE_STATUS FROM %Table(RO_HEADER) HDR , %Table(RO_ASSOCIATION) AOC WHERE HDR.CAPTURE_ID=AOC.CAPTURE_ID AND AOC.TYPE='CONT' |
# | 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 | CREATE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Create Status. Used for Contract Request creation status.
F=Create Failed R=Requested S=Created |