# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
PC_CPY_UNIQUEID |
Character(15) |
VARCHAR2(15) NOT NULL |
Copy Unique ID
|
2 |
FORECAST_ID_SUP |
Character(15) |
VARCHAR2(15) NOT NULL |
Supply Forecast ID
|
3 |
REGION_CD |
Character(10) |
VARCHAR2(10) NOT NULL |
Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to.
|
4 |
SETID_REGION |
Character(5) |
VARCHAR2(5) NOT NULL |
Region SetID
|
5 |
UTIL_PCT_HIST |
Signed Number(4,0) |
DECIMAL(3) NOT NULL |
Historical Utilization Percentage
|
6 |
UTIL_PCT |
Signed Number(4,0) |
DECIMAL(3) NOT NULL |
Utilization Percentage
|
7 |
FMS_DTTM_STAMP |
DateTime(26) |
TIMESTAMP |
Specifies the date and time of the original entry.
|
8 |
FMS_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
Specifies the User ID which made the original entry.
|
9 |
FMS_LASTUPDDTTM |
DateTime(26) |
TIMESTAMP |
Specifies the date and time of the last update to an entry.
|
10 |
FMS_LASTUPDOPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
Specifies the User ID which made the last update to an entry.
|