RF_SVC_PRD_FREQ(SQL Table) |
Index Back |
---|---|
Service Product FrequencyStores the information relevant to Service Product Frequency. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL | Service ID |
3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
4 | START_TIME | Time(15) | TIMESTAMP | Start of Shift |
5 | END_TIME | Time(15) | TIMESTAMP | End of Shift |
6 | OCCURS_FREQUENCY | Character(1) | VARCHAR2(1) NOT NULL |
This field is used by the Service to specify the frequency of preventative maintenance.
D=Days M=Months W=Weeks Y=Yearly |
7 | RECUR_DAYS | Number(4,0) | SMALLINT NOT NULL | Number of Days |
8 | RECUR_WEEKS | Number(4,0) | SMALLINT NOT NULL | Number of Weeks |
9 | RECUR_MONTHS | Number(4,0) | SMALLINT NOT NULL | Number of Months |
10 | MONTH_DAY | Number(2,0) | SMALLINT NOT NULL | Used to store the day of the month that Preventive Maintenance service order should be created. |
11 | YEAR_DAY | Number(2,0) | SMALLINT NOT NULL | Used when defining Service frequency. |
12 | DAYOFTHEWEEK | Character(2) | VARCHAR2(2) NOT NULL |
Specifying the days of the week
1=Sunday 2=Monday 3=Tuesday 4=Wednesday 5=Thursday 6=Friday 7=Saturday |
13 | MONTHCD | Character(2) | VARCHAR2(2) NOT NULL |
Month of the Year
01=January 02=February 03=March 04=April 05=May 06=June 07=July 08=August 09=September 10=October 11=November 12=December |
14 | START_DATE | Date(10) | DATE | Start Date for Gen Standing PO |
15 | END_DATE | Date(10) | DATE | End date field to store an end date. |
16 | DESCR80 | Character(80) | VARCHAR2(80) NOT NULL | This generic field stores the description and used used on various tables. |
17 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
18 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
19 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
20 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
21 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
22 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |