DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_PVT dependencies on GME_MATERIAL_DETAIL_PVT

Line 196: gme_material_detail_pvt.get_item_rec

192: -- Pawan Kumar added this for bug 5109095
193: ELSE -- of l_yield_type <> gme_common_pvt.g_mtl_autobystep_release THEN
194: -- This will insert exception all completed step products and byprodcuts.
195: --Bug#5296812 Added the call to the item record.Added the condition to check the inv update ind,and transaction ind.Start
196: gme_material_detail_pvt.get_item_rec
197: (p_org_id => l_matl_dtl_rec.organization_id
198: ,p_item_id => l_matl_dtl_rec.inventory_item_id
199: ,x_item_rec => l_item_rec
200: ,x_return_status => l_return_status);

Line 312: gme_material_detail_pvt.get_item_rec

308: IF l_matl_dtl_rec.line_type = gme_common_pvt.g_line_type_ing THEN
309: -- don't check for unconsumed first because even if it's fully consumed,
310: -- but has reservation or MO, want to report it
311: --Bug#5296812 Added the call to the item record.Added the condition to check the inv update ind,and transaction ind.Start.
312: gme_material_detail_pvt.get_item_rec
313: (p_org_id => l_matl_dtl_rec.organization_id
314: ,p_item_id => l_matl_dtl_rec.inventory_item_id
315: ,x_item_rec => l_item_rec
316: ,x_return_status => l_return_status);

Line 479: gme_material_detail_pvt.get_item_rec

475: x_return_status := gme_common_pvt.g_exceptions_err;
476: END IF;
477: END IF; -- IF l_phantom_batch_rec.batch_status IN (gme_common_pvt.g_batch_pending, gme_common_pvt.g_batch_wip)
478: ELSIF l_matl_dtl_rec.line_type IN (gme_common_pvt.g_line_type_prod, gme_common_pvt.g_line_type_byprod) AND p_yield THEN
479: gme_material_detail_pvt.get_item_rec
480: (p_org_id => l_matl_dtl_rec.organization_id
481: ,p_item_id => l_matl_dtl_rec.inventory_item_id
482: ,x_item_rec => l_item_rec
483: ,x_return_status => l_return_status);

Line 548: gme_material_detail_pvt.get_item_rec

544: l_matl_dtl_rec.actual_qty := l_matl_dtl_rec.plan_qty;
545: END IF;
546: ELSE -- check for exception... this should be for all products that are not auto release
547: --Bug#5296812 Added the call to the item record.Added the condition to check the inv update ind,and transaction ind.
548: gme_material_detail_pvt.get_item_rec
549: (p_org_id => l_matl_dtl_rec.organization_id
550: ,p_item_id => l_matl_dtl_rec.inventory_item_id
551: ,x_item_rec => l_item_rec
552: ,x_return_status => l_return_status);