# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
UUID_RAW |
Character(36) |
VARCHAR2(36) NOT NULL |
Universal Unique Identifier - can be used as an identifier when processing a batch of data.
|
2 |
BUSINESS_UNIT |
Character(5) |
VARCHAR2(5) NOT NULL |
Business Unit
|
3 |
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.
|
4 |
SO_ID |
Character(10) |
VARCHAR2(10) NOT NULL |
Service Order ID
|
5 |
SO_LINE |
Number(3,0) |
SMALLINT NOT NULL |
Stores the Service Order line number.
|
6 |
SO_LINE_LIST |
Character(254) |
VARCHAR2(254) NOT NULL |
Field to Store the Service Order Line Numbers
|