WM_SHOPASGN_RES

(SQL Table)
Index Back

Shop Resources Assignment

Rel 9.2 - Assign Resources To Shop Feature Temporary table used to facility the assignmnent of resources to a shop. Once the resources in this table have been assigned to the shop, the resources will be deleted from the table.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPRID_ENTERED_BY Character(30) VARCHAR2(30) NOT NULL Entered By 07/25/2011 MRAD 12383033 :Ensured that OPRID_ENTERED_BY is set with format type of MixedCase. 03/22/2013 GL 16482301: Switched OPRID_ENTERED_BY back to MixedCase again. Please don't change it to UpperCase!!! FYI - The alternatives to use a User ID as uppercase: 1) Create your own User ID, add comments in the Field Properties, and fill out the Owner ID 2) Use %Upper meta-SQL in SQL statements 3) Use Upper function in peoplecodes
2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: WM_ELGBL_WRKR

3 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

4 BUSINESS_UNIT_WO Character(5) VARCHAR2(5) NOT NULL Business Unit Work Order

Default Value: WM_SHOP_DEFN.BUSINESS_UNIT

Prompt Table: SP_BU_WM_NONVW

5 SHOP_ID Character(10) VARCHAR2(10) NOT NULL Shop Identification

Default Value: WM_SHOP_DEFN.SHOP_ID

Prompt Table: WM_SHOP_VW

6 SHIFT_ID Character(10) VARCHAR2(10) NOT NULL Shift ID

Prompt Table: WM_SHIFT_VW2