DBA Data[Home] [Help]

APPS.GME_API_GRP dependencies on STANDARD

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

570: IF p_supply_demand_code = 2 THEN
571: x_available_quantity := 1000000000000;
572: ELSE
573: l_available_quantity := NVL(l_material_details_rec.wip_plan_qty, l_material_details_rec.plan_qty) - l_material_details_rec.actual_qty;
574: -- To conform to INV standards, round to 5 decimal places
575: x_available_quantity := ROUND(l_available_quantity,5);
576: END IF;
577: IF g_debug <= gme_debug.g_log_procedure THEN
578: gme_debug.put_line ('Available quantity computes as '|| x_available_quantity);