RB_W_STOR_CI_VW(SQL View) |
Index Back |
---|---|
CI view for RB_WORK_STORLOCThis view has the same structure as RB_WORK_STORLOC. As delivered, this view does not contain any PeopleCode and is used in Component Interface (CI) components only. Whenever the structure of the underlying record changes, this view must be modified accordingly. This 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.PERSON_ID , A.STORLOC_TYPE , ' ' , A.BUSINESS_UNIT_IN , A.STORAGE_AREA , A.STOR_LEVEL_1 , A.STOR_LEVEL_2 , A.STOR_LEVEL_3 , A.STOR_LEVEL_4 , %subrec(RB_AUDIT_SBR, A) FROM PS_RB_WORK_STORLOC A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL |
Person ID
Prompt Table: RB_WORKER |
2 | 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 |
3 | STORLOC_TYPE1 | 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 |
4 | BUSINESS_UNIT_IN | Character(5) | VARCHAR2(5) NOT NULL |
Inventory Unit
Prompt Table: SP_BU2FS_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 |