PO_BU_ITM_IN_VW(SQL View) |
Index Back |
---|---|
Item Business Unit Prompt ViewBU item promt view that will bring back all Items with status of Active or Discontinue Date Initials Reference # Description 10/17/2008 LAKM 1790032005 Modified Peoplecode so that item prompts on Update PO Price run control page the Item Prompt picks the non inventory items also. |
SELECT A.BUSINESS_UNIT , A.INV_ITEM_ID , B.DESCR , B.INV_ITEM_GROUP , B.INV_PROD_FAM_CD 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.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_BUIN_NONVW |
|
2 | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: PO_BU_ITM_IN_VW |
|
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | INV_ITEM_GROUP | Character(15) | VARCHAR2(15) NOT NULL | Item Group |
5 | INV_PROD_FAM_CD | Character(10) | VARCHAR2(10) NOT NULL | Family |