# |
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 |
RUN_CNTL_ID |
Character(30) |
VARCHAR2(30) NOT NULL |
Run Control ID
|
3 |
EOCF_ACTION_ID |
Number(31,0) |
DECIMAL(31) NOT NULL |
Active Analytics Framework Action ID field
|
4 |
EOCF_CONTEXT_ID |
Number(31,0) |
DECIMAL(31) NOT NULL |
the ID value for a configured context
|
5 |
EOCF_PHRASE_ID |
Number(31,0) |
DECIMAL(31) NOT NULL |
the unique identifier for a phrase definition (ignoring versioning)
|
6 |
BUSINESS_UNIT |
Character(5) |
VARCHAR2(5) NOT NULL |
Business Unit
|
7 |
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.
|
8 |
EXIST |
Character(1) |
VARCHAR2(1) NOT NULL |
Exist
|
9 |
TIMES_REPEATED |
Number(3,0) |
SMALLINT NOT NULL |
The number of times the asynchronous case update process has been scheduled.
|
10 |
REPEAT_TIMES |
Number(3,0) |
SMALLINT NOT NULL |
Repeat the Action for specified number of times
|