DBA Data[Home] [Help]

APPS.GME_API_GRP dependencies on STANDARD

Line 550: -- To conform to INV standards, round to 5 decimal places

546: IF p_supply_demand_code = 2 THEN
547: x_available_quantity := 1000000000000;
548: ELSE
549: l_available_quantity := NVL(l_material_details_rec.wip_plan_qty, l_material_details_rec.plan_qty) - l_material_details_rec.actual_qty;
550: -- To conform to INV standards, round to 5 decimal places
551: x_available_quantity := ROUND(l_available_quantity,5);
552: END IF;
553: IF g_debug <= gme_debug.g_log_procedure THEN
554: gme_debug.put_line ('Available quantity computes as '|| x_available_quantity);