WM_PMLC_SCHD_VW

(SQL View)
Index Back

Location PM Schedule View

Location PM Schedule View used as search record

SELECT A.BUSINESS_UNIT , A.PM_SCHD_ID , A.LOCATION , B.DESCR , A.MAINT_TYPE , A.DESCR100 FROM PS_WM_PM_SCHD A , PS_LOCATION_TBL B , PS_SET_CNTRL_REC C WHERE A.LOCATION <> ' ' AND C.SETCNTRLVALUE = A.BUSINESS_UNIT AND C.REC_GROUP_ID = 'FS_26' AND C.RECNAME = 'LOCATION_TBL' AND B.SETID = C.SETID AND B.LOCATION = A.LOCATION AND B.EFF_STATUS = 'A' AND %EffdtCheck(LOCATION_TBL Z, B, %CurrentDateIn)

# 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_WM.BUSINESS_UNIT

Prompt Table: SP_BU_WM_NONVW

2 PM_SCHD_ID Character(10) VARCHAR2(10) NOT NULL Preventive Maintenance Schedule ID

Default Value: NEXT

3 LOCATION Character(10) VARCHAR2(10) NOT NULL Location Code

Prompt Table: LOCATION_TBL
Set Control Field: BUSINESS_UNIT

4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
5 MAINT_TYPE Character(10) VARCHAR2(10) NOT NULL This field is used for maintenance type

Prompt Table: MAINT_TYPE_TBL
Set Control Field: BUSINESS_UNIT

6 DESCR100 Character(100) VARCHAR2(100) NOT NULL Length 100 Description