PC_AM_GROUP_VW(SQL View) |
Index Back |
---|---|
PC_AM: group assets in AMList of all assets in AM with the group asset flag set to 'G'. |
SELECT BUSINESS_UNIT, ASSET_ID, DESCR FROM PS_ASSET WHERE GROUP_ASSET_FLAG = 'G' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT_AM | Character(5) | VARCHAR2(5) NOT NULL | AM Business Unit |
2 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |