[Home] [Help]
1: PACKAGE BODY GMF_MTL_GET_UOM AS
2: /* $Header: gmfgtumb.pls 115.2 2002/10/29 22:07:28 jdiiorio ship $ */
3: /** MC BUG# 1554483 **/
4: /* don't select unit_of_measure in select since because of uom changes
5: uomname is now um_code and selecting in the select would change um_code
27: error_status := 100;
28: when others then
29: error_status := SQLCODE;
30: END MTL_GET_UOM;
31: END GMF_MTL_GET_UOM;