DBA Data[Home] [Help]

APPS.GMD_FORMULA_DETAIL_PVT dependencies on GMD_COMMON_VAL

Line 197: GMD_COMMON_VAL.calculate_total_qty(

193: IF (l_debug = 'Y') THEN
194: gmd_debug.put_line(' In formula detail Pvt - About to recalculate TOQ ');
195: END IF;
196: /* Recalculate the TOQ and TIQ */
197: GMD_COMMON_VAL.calculate_total_qty(
198: formula_id => p_formula_detail_rec.formula_id,
199: x_product_qty => l_product_qty ,
200: x_ingredient_qty => l_ing_qty ,
201: x_uom => l_uom ,

Line 493: GMD_COMMON_VAL.calculate_total_qty(

489: ||' Before the TOQ calculation '
490: ||' - '
491: ||x_return_status);
492: END IF;
493: GMD_COMMON_VAL.calculate_total_qty(
494: FORMULA_ID => p_formula_detail_rec.formula_id,
495: X_PRODUCT_QTY => l_product_qty ,
496: X_INGREDIENT_QTY => l_ing_qty ,
497: X_UOM => l_uom ,

Line 622: GMD_COMMON_VAL.calculate_total_qty(

618:
619: /* End API body */
620:
621: /* Calculate the total input and output qty and update the formula header table */
622: GMD_COMMON_VAL.calculate_total_qty(
623: FORMULA_ID => p_formula_detail_rec.formula_id,
624: X_PRODUCT_QTY => l_product_qty ,
625: X_INGREDIENT_QTY => l_ing_qty ,
626: X_UOM => l_uom ,