# |
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 |
BUSINESS_UNIT |
Character(5) |
VARCHAR2(5) NOT NULL |
Business Unit
|
4 |
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.
|
5 |
DISP_TMPL_FAM_CD |
Character(30) |
VARCHAR2(30) NOT NULL |
Display Template Family Code
|
6 |
URL_1 |
Character(254) |
VARCHAR2(254) NOT NULL |
URL #1
|
7 |
KEYLIST |
Character(254) |
VARCHAR2(254) NOT NULL |
KeyList
|
8 |
FLAG |
Character(1) |
VARCHAR2(1) NOT NULL |
Flag
|