RB_WORK_S_LOCVW(SQL View) |
Index Back |
---|---|
Worker Storage LocationsThis record stores the setup page for the Worker's Storage Locations. This function is used primarily for FieldService to track the Field Engineer's truck stock. |
SELECT A.BO_ID , B.PERSON_ID , B.STORLOC_TYPE , B.BUSINESS_UNIT_IN , B.STORAGE_AREA , B.STOR_LEVEL_1 , B.STOR_LEVEL_2 , B.STOR_LEVEL_3 , B.STOR_LEVEL_4 , B.ROW_ADDED_DTTM , B.ROW_ADDED_OPRID , B.ROW_LASTMANT_DTTM , B.ROW_LASTMANT_OPRID , B.SYNCID , B.SYNCDTTM FROM PS_RD_PERSON A , PS_RB_WORK_STORLOC B WHERE A.PERSON_ID = B.PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL |
Person ID
Prompt Table: RB_WORKER |
3 | STORLOC_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
This field is used to determine the type of Inventory Storage Location that is being associated with a Worker. The valid types are "Good" and "Defective". Typically in the Field Service world, the Good is setup as a Nettable storage location and the Defective would be setup as a Non-Nettable location.
00=Good 01=Defective Default Value: 00 |
4 | BUSINESS_UNIT_IN | Character(5) | VARCHAR2(5) NOT NULL |
Inventory Unit
Prompt Table: SP_BU_FS_NONVW |
5 | STORAGE_AREA | Character(5) | VARCHAR2(5) NOT NULL | This field is used to hold the Storage Area associated with an Inventory item. |
6 | STOR_LEVEL_1 | Character(4) | VARCHAR2(4) NOT NULL | This field is used to hold the Storage Level 1 associated with an Inventory item. |
7 | STOR_LEVEL_2 | Character(4) | VARCHAR2(4) NOT NULL | This field is used to hold the Storage Level 2 associated with an Inventory item. |
8 | STOR_LEVEL_3 | Character(4) | VARCHAR2(4) NOT NULL | This field is used to hold the Storage Level 3 associated with an Inventory item. |
9 | STOR_LEVEL_4 | Character(4) | VARCHAR2(4) NOT NULL | This field is used to hold the Storage Level 4 associated with an Inventory item. |
10 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
11 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
12 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
13 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
14 | 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. |
15 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |