RF_SERVICE(SQL Table) |
Index Back |
---|---|
ServiceService Information is stored in this Record |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL |
Service Number
Default Value: NEXT |
3 | DESCR80 | Character(80) | VARCHAR2(80) NOT NULL | This generic field stores the description and used used on various tables. |
4 | SHORT_DESCR | Character(15) | VARCHAR2(15) NOT NULL | This field is used to represent the short description for various objects |
5 | PRVNT_MNTC_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to show whether Preventive Maintenance is required or not.
N=No Y=Yes Default Value: N |
6 | WARRANTY_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Indicates that the agreement is classified as a warranty.
N=No Y=Yes Default Value: N |
7 | AGREEMENT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Indicates whether or not the service can be used on an agreement.
N=No Y=Yes Default Value: Y |
8 | BILLABLE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
This is used to determine of the item under consideration is billable or not.
N=No Y=Yes Default Value: N |
9 | OFF_HOURS_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Off Hours
N=No Y=Yes Default Value: N |
10 | ACTIVE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Allows for Active and Inactive status.
A=Active I=Inactive Default Value: A |
11 | EST_SERVICE_TIME | Number(8,2) | DECIMAL(7,2) NOT NULL | Estimated time that it will take to perform a service. |
12 | SERVICE_TYPE_CD | Character(8) | VARCHAR2(8) NOT NULL |
User-definable code to classify the type of service.
Prompt Table: RF_SERVICE_TYPE |
13 | BUSINESS_UNIT_RF | Character(5) | VARCHAR2(5) NOT NULL |
Store the Business Unit for the associated FieldService Business Unit.
Prompt Table: SP_BU_RFSVNONVW |
14 | LEAD_TIME | Number(3,0) | SMALLINT NOT NULL | PM Lead Time |
15 | PERIOD_UNIT | Character(1) | VARCHAR2(1) NOT NULL |
Stores the unit of time (day, week, etc.) when defining a service.
D=Day(s) M=Month(s) W=Week(s) Y=Year(s) Default Value: D |
16 | START_DATE | Date(10) | DATE NOT NULL |
Start Date for Gen Standing PO
Default Value: %date |
17 | END_DATE | Date(10) | DATE | End date field to store an end date. |
18 | APPROVAL_REQ_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
This field specifies whether the approval is required for the activity.
N=No Y=Yes Default Value: N |
19 | REPLACE_SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL |
A new service ID that will replace the existing service.
Prompt Table: RF_SERVICE_VW |
20 | PROVIDER_GRP_ID | Character(10) | VARCHAR2(10) NOT NULL |
Identification number for the provider group.
Prompt Table: RF_PROVGRP_VW2 |
21 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL |
Person ID
Prompt Table: %EDITTABLE |
22 | ALL_PRODUCT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Flag to determine if a service is applicable to all products in the Service component.
N=Applicable Products Y=Applicable to All Products Default Value: N |
23 | ALL_REGION_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Flag to determine if a service is applicable to all regions in the Service component.
N=Applicable Regions Y=Applicable to All Regions Default Value: N |
24 | ENTITLE_PLAN_NAME | Character(10) | VARCHAR2(10) NOT NULL |
This field represents the Entitlement Plan Name
Prompt Table: RF_ENTL_PL_VW |
25 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
26 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
27 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
28 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
29 | 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. |
30 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
31 | NO_OF_TECHNICIANS | Number(2,0) | SMALLINT NOT NULL |
Represents the number of technicians, usually assigned to a service order.
Default Value: 1 |