DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GMD_COMMON_VAL

Line 955: gmd_common_val.calculate_total_qty

951: -- Scale Factor is the requested batch size divided by the recipe
952: -- total output qty
953: l_total_output_qty := 0;
954: l_uom := p_batch_size_uom;
955: gmd_common_val.calculate_total_qty
956: (formula_id => l_formula_master.formula_id
957: ,x_product_qty => l_total_output_qty
958: ,x_ingredient_qty => l_total_input_qty
959: ,x_uom => l_uom

Line 1132: gmd_common_val.calculate_total_qty

1128: -- Batch is being created by Total Input. The scale factor is the requested batch size divided by the formula's
1129: -- total input. We should be changing all the ingredients to the batch size UOM
1130: l_total_input_qty := 0;
1131: l_uom := p_batch_size_uom;
1132: gmd_common_val.calculate_total_qty
1133: (formula_id => l_formula_master.formula_id
1134: ,x_product_qty => l_total_output_qty
1135: ,x_ingredient_qty => l_total_input_qty
1136: ,x_uom => l_uom