IN_WO_ITEM_VW(SQL View) |
Index Back |
---|---|
Inv WO Item View |
SELECT a.business_unit , a.inv_item_id , b.descr FROM ps_bu_items_inv 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.inventory_item = 'Y' AND a.source_code IN ('1','2') AND b.cfg_code_opt = 'N' AND a.staged_date_flag = 'N' AND a.inv_item_id = b.inv_item_id AND a.itm_status_current IN ('1','3') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BUMGOP_NONVW |
|
2 | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: BU_ITEMS_INV |
|
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |