WM_PRB_LOC_VW

(SQL View)
Index Back

Problem / Location Defaults

Contains Work Request and Work Order defaults by problem type and location

SELECT a.setid , a.tree_node , a.location_setid , a.wr_location , b.effdt , b.eff_status , b.descr FROM ps_wm_problem_loc a , PS_LOCATION_TBL b WHERE a.location_setid = b.setid AND a.wr_location = b.location

  • Related Language Record: WM_PRB_LOC_LVW
  • Parent record: WM_PROBLEM_TREE
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 TREE_NODE_WRK Character(20) VARCHAR2(20) NOT NULL An internal work field that contains the name of the node of a given current position during cash position w
    3 LOCATION_SETID Character(5) VARCHAR2(5) NOT NULL Location Set ID

    Prompt Table: SP_SETID_NONVW

    4 WR_LOCATION Character(10) VARCHAR2(10) NOT NULL Service Location

    Prompt Table: WR_LOCATION_VW

    5 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    6 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive

    Default Value: A

    7 DESCR Character(30) VARCHAR2(30) NOT NULL Description