CI_RESULT(SQL Table) |
Index Back |
---|---|
CI Update Result RecordCI Update Result Record : this record contains execution result generated by a call to a CI |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Rcd Nbr |
4 | CI_EXEC_STATUS_FLG | Character(1) | VARCHAR2(1) NOT NULL |
CI execution result status flag.
C=Cancel F=Failure N=No Action R=Ready S=Success |
5 | CI_EXEC_LOG_MSG | Long Character | CLOB | CIUpdate message log. |