EG_SSVNDITM2_VW(SQL View) |
Index Back |
---|---|
MG All ownd/pnd/Appr Item VwCreated on 09/30/00 rml All mfg items which are owned, pending, or approved - to be used as prompt table on self service ECR |
SELECT b.setid , b.vendor_id , a.business_unit , a.inv_item_id , a.descr FROM ps_mg_item_owpa_vw a , PS_EN_IC_BOM_PRIV b WHERE a.business_unit = b.business_unit AND a.inv_item_id = b.inv_item_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VENDOR_SETID | Character(5) | VARCHAR2(5) NOT NULL | Vendor SetID |
2 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: BUS_UNIT_TBL_IN |
4 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: BU_ITM_INV_VW |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |