ASSET_MAINT_VW(SQL View) |
Index Back |
---|---|
Asset Maintenance Event |
Select Business_Unit, Asset_ID, Maint_Type, Maint_DtTm, Maint_Status, Responsibility From PS_ASSET_MAINT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_AM_NONVW |
2 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
3 | MAINT_TYPE | Character(10) | VARCHAR2(10) NOT NULL |
This field is used for maintenance type
Prompt Table: MAINT_TYPE_TBL |
4 | MAINT_DTTM | DateTime(26) | TIMESTAMP | Maintenance Date/Time |
5 | MAINT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Maintenance Status
A=Scheduled-Pickup C=Complete I=In Process N=Inspected P=Complete-Pickup S=Scheduled Default Value: S |
6 | RESPONSIBILITY | Character(30) | VARCHAR2(30) NOT NULL | Responsibility |