EN_REVISION_VW(SQL View) |
Index Back |
---|---|
Item/Revision View2/6/98 RS : Added related Language View EN_REVISION_LVW 2/13/98 RS : RL View Type OTH C2 06/28/99 CN#MG800-4.0 changed prompt for inv_item_id from mg_item_owpa to mg_item_own_vw, to allow floor stock to be revision controlled. 10/06/99 lee - changed prompt for inv_item_id to mg_item_rev_vw. this will allow pending items and floor stock. |
select a.business_unit, a.inv_item_id, b.descr from ps_en_revision a, PS_MASTER_ITEM_TBL b, ps_set_cntrl_rec c where a.business_unit = c.setcntrlvalue and c.recname = 'MASTER_ITEM_TBL' and b.setid = c.setid and a.inv_item_id = b.inv_item_id |
# | 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_BUMGOP_NONVW |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: MG_ITEM_REV_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |