ASSET_COMP_VW1(SQL View) |
Index Back |
---|---|
Asset Composite Vw For Mass Ch |
SELECT A.BUSINESS_UNIT , A.ASSET_ID , B.ASSET_ID FROM PS_ASSET A , PS_ASSET B , PS_ASSET_ACQ_DET C WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.BUSINESS_UNIT = C.BUSINESS_UNIT AND A.ASSET_ID = B.COMPOSITE_ID AND A.COMPOSITE_SW = 'Y' AND B.ASSET_ID = C.ASSET_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
3 | COMPOSITE_ID_DEPEN | Character(12) | VARCHAR2(12) NOT NULL | Composite Asset Dependent |