DBA Data[Home] [Help]

APPS.GMD_LABUOM_CALCULATE_PKG dependencies on STANDARD

Line 212: and standard factor for the current

208: CLOSE get_item_no;
209:
210: /* ===================================
211: Step One - determine the uom_class
212: and standard factor for the current
213: unit of measure.
214: ===================================*/
215: OPEN get_uom_type(l_cur_uom_code, pitem_id);
216: FETCH get_uom_type INTO var1, l_cur_um_type, l_cur_uom_factor;

Line 225: and standard factor for the new

221: CLOSE get_uom_type;
222:
223: /* ==================================
224: Step TWO - determine the uom_class
225: and standard factor for the new
226: unit of measure.
227: ==================================*/
228: OPEN get_uom_type(l_new_uom_code, pitem_id);
229: FETCH get_uom_type INTO var1, l_new_um_type, l_new_uom_factor;