| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
WEEK_SID |
Number(10,0) |
DECIMAL(10) NOT NULL |
This is the surrogate ID for the week.
|
| 2 |
WEEK_NUM |
Number(6,0) |
INTEGER NOT NULL |
This is the week number
|
| 3 |
WEEK_DESCR |
Character(30) |
VARCHAR2(30) NOT NULL |
This is the description of the week.
|
| 4 |
WEEK_YR_NUM |
Number(2,0) |
SMALLINT NOT NULL |
Week Of Year Number
|
| 5 |
YEAR_SID |
Number(10,0) |
DECIMAL(10) NOT NULL |
This is the surrogate ID for year
|
| 6 |
YEAR_NUM |
Number(4,0) |
SMALLINT NOT NULL |
Year in Number
|
| 7 |
YEAR_DESCR |
Character(30) |
VARCHAR2(30) NOT NULL |
This is the description of the year.
|