DBA Data[Home] [Help]

APPS.GMD_FORM_MIGRATION dependencies on GMD_COMMON_VAL

Line 49: GMD_COMMON_VAL.CALCULATE_TOTAL_QTY (

45: /* Update the apps.fm_form_mst with appropriate status and qty values */
46: FOR formula_rec IN formula_cur_vl LOOP
47: BEGIN
48: /* get the qty and uoms */
49: GMD_COMMON_VAL.CALCULATE_TOTAL_QTY (
50: formula_id => formula_rec.formula_id ,
51: x_product_qty => l_total_output_qty ,
52: x_ingredient_qty => l_total_input_qty ,
53: x_uom => l_uom ,