DBA Data[Home] [Help]

APPS.OKE_AMG_GRP dependencies on MTL_ITEM_UOMS_VIEW

Line 108: select 'x' from mtl_item_uoms_view

104: and sysdate >= nvl(start_date_active,sysdate)
105: and sysdate <= nvl(end_date_active,sysdate);
106:
107: Cursor c_check_uom(b_item_id number,b_uom varchar2) is
108: select 'x' from mtl_item_uoms_view
109: where inventory_item_id=b_item_id
110: and uom_code=b_uom;
111:
112: Cursor c_check_unit_number(b_item_id number,b_unit_number varchar2) is