WM_ASSET_SD_VW(SQL View) |
Index Back |
---|---|
Asset Supplemental Data recordThis record stores the Supplemental Data information defined on Basic Add component for Assets. |
SELECT A.BUSINESS_UNIT , A.ASSET_ID , A.SD_RECNAME , ' ' , ' ' FROM PS_AM_ASSET_SD A |
# | 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 | SD_RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Supplementa Data Record |
4 | LABEL18 | Character(18) | VARCHAR2(18) NOT NULL | Label |
5 | VALUE | Character(254) | VARCHAR2(254) NOT NULL | Value |