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 420: GMD_COMMON_VAL.calculate_total_qty(

416: ||' Before the TOQ calculation '
417: ||' - '
418: ||x_return_status);
419: END IF;
420: GMD_COMMON_VAL.calculate_total_qty(
421: FORMULA_ID => p_formula_detail_rec.formula_id,
422: X_PRODUCT_QTY => l_product_qty ,
423: X_INGREDIENT_QTY => l_ing_qty ,
424: X_UOM => l_uom ,

Line 549: GMD_COMMON_VAL.calculate_total_qty(

545:
546: /* End API body */
547:
548: /* Calculate the total input and output qty and update the formula header table */
549: GMD_COMMON_VAL.calculate_total_qty(
550: FORMULA_ID => p_formula_detail_rec.formula_id,
551: X_PRODUCT_QTY => l_product_qty ,
552: X_INGREDIENT_QTY => l_ing_qty ,
553: X_UOM => l_uom ,