MG_ITEMAPR2_LVW(SQL View) |
Index Back |
---|---|
MG Std Cost Approved Item Vw06/24/99 CN#MG800-4.0 lee create lvw for mg_item_apr2_vw. 07/06/99 RT CN#MG800-4.0 Changed prompt table for inv_item_id |
SELECT a.business_unit , e.inv_item_id , e.language_cd , e.descr FROM ps_bu_items_inv a , PS_MASTER_ITEM_TBL b , ps_set_cntrl_rec c , ps_master_itm_lang e WHERE a.business_unit = c.setcntrlvalue AND c.recname = 'MASTER_ITEM_TBL' AND b.setid = c.setid AND e.setid = c.setid AND e.setid = b.setid AND (a.inventory_item = 'Y' OR (a.inventory_item = 'N' AND source_code='3')) AND a.staged_date_flag='N' AND a.inv_item_id = b.inv_item_id AND a.inv_item_id = e.inv_item_id AND a.mfg_costed_flag = 'Y' AND a.itm_status_current IN ('1','2','3') |
# | 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: BUS_UNIT_TBL_IN |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: BU_ITM_INV_VW |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |