RS_FR_SUP_HDR(SQL Table) |
Index Back |
---|---|
Supply Forecast Header TableESA for IT: Supply Forecast Header Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORECAST_ID_SUP | Character(15) | VARCHAR2(15) NOT NULL |
Supply Forecast ID
Default Value: NEXT |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | SCENARIO_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
SCP-Combined Scenario Statuses
1=Pending 2=Approved 3=Obsolete Default Value: 1 |
4 | FROM_MONTH_SCP | Character(2) | VARCHAR2(2) NOT NULL |
SCP- From Month
1=01 - January 10=10 - October 11=11 - November 12=12 - December 2=02 - February 3=03 - March 4=04 - April 5=05 - May 6=06 - June 7=07 - July 8=08 - August 9=09 - September |
5 | FROM_YEAR | Number(4,0) | SMALLINT NOT NULL | From Year |
6 | TO_MONTH_SCP | Character(2) | VARCHAR2(2) NOT NULL |
SCP- To Month
1=01 - January 10=10 - October 11=11 - November 12=12 - December 2=02 - February 3=03 - March 4=04 - April 5=05 - May 6=06 - June 7=07 - July 8=08 - August 9=09 - September |
7 | TO_YEAR | Number(4,0) | SMALLINT NOT NULL | To Year |
8 | FROM_DATE | Date(10) | DATE | From Date |
9 | TO_DATE | Date(10) | DATE | To Date |
10 | DESCR_LONG | Character(254) | VARCHAR2(254) NOT NULL | Long Description |
11 | CAPACITY | Signed Number(14,2) | DECIMAL(12,2) NOT NULL | SCP- Forecasted Supply stored as capacity. |
12 | FULL_TIME_RES_SUP | Signed Number(14,2) | DECIMAL(12,2) NOT NULL | Full Time Resources |
13 | FMS_DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the original entry. |
14 | FMS_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the original entry. |
15 | FMS_LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. |
16 | FMS_LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. |