RFM_ITEM_BOM_VW(SQL View) |
Index Back |
---|---|
Component Items for Inst ProdThis view retrieves component ("BOM") items for downloaded installed products for mobile FieldService data distribution rules |
SELECT A.SETID , A.INV_ITEM_ID , A.COMPONENT_ID , B.SYNCID , B.SYNCDTTM FROM PS_EN_BOM_COMPS A , PS_MASTER_ITEM_TBL B WHERE BOM_STATE = 'PR' AND A.SETID = B.SETID AND A.COMPONENT_ID = B.INV_ITEM_ID |
# | 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 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | COMPONENT_ID | Character(18) | VARCHAR2(18) NOT NULL | 04/10/00 (Internet Architecture) SCC: Uppercase label Id. |
4 | 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. |
5 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |