BI_ASSET_VW(SQL View) |
Index Back |
|---|---|
Billing View over Asset InfoUsed for related language display of asset description |
| SELECT BUSINESS_UNIT , ASSET_ID , DESCR FROM PS_ASSET WHERE ASSET_TYPE <> '200' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | AM Business Unit | |
| 2 | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |