RF_SO_SOL_SRH_V(SQL View) |
Index Back |
---|---|
Service OrderService Order view used for solution search for field service. |
SELECT A.BUSINESS_UNIT , A.SO_ID , A.PRODUCT_ID , A.SIN , A.AGREEMENT_CODE , A.WARRANTY_NAME , A.SERVICE_ID , A.SERIAL_ID , A.LOCATION , A.RB_LOCATION_DETAIL , %subrec(rb_audit_sbr, A) , RC_DESCRLONG FROM PS_RF_SO_HDR A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_RB.BUSINESS_UNIT Prompt Table: SP_BU_RF_NONVW |
2 | SO_ID | Character(10) | VARCHAR2(10) NOT NULL | Service Order ID |
3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: %EDITTABLE11 |
4 | SIN | Character(40) | VARCHAR2(40) NOT NULL |
This field is used to represent the Site Identification Number
Prompt Table: RF_AG_SIN_VW |
5 | AGREEMENT_CODE | Character(30) | VARCHAR2(30) NOT NULL | This field represents the agreement code (name) for an agreement |
6 | WARRANTY_NAME | Character(40) | VARCHAR2(40) NOT NULL | This field is used to store the name of the warranty. |
7 | SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL |
Service ID
Prompt Table:
%EDITTABLE9
|
8 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL |
This field is used to represent the Serial ID of an item or installed product
Prompt Table: %EDITTABLE10 |
9 | LOCATION | Character(15) | VARCHAR2(15) NOT NULL |
This field stores the Location Code.
Prompt Table:
LOCATION_TBL
|
10 | RB_LOCATION_DETAIL | Character(254) | VARCHAR2(254) NOT NULL | RB_LOCATION_DETAIL |
11 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
12 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
13 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
14 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
15 | 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. |
16 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
17 | RC_DESCRLONG | Long Character | CLOB | Long description used in CallCenter for Problem, Solution... |