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 308: gme_material_detail_pvt.get_item_rec

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

Line 473: gme_material_detail_pvt.get_item_rec

469: x_return_status := gme_common_pvt.g_exceptions_err;
470: END IF;
471: END IF; -- IF l_phantom_batch_rec.batch_status IN (gme_common_pvt.g_batch_pending, gme_common_pvt.g_batch_wip)
472: 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
473: gme_material_detail_pvt.get_item_rec
474: (p_org_id => l_matl_dtl_rec.organization_id
475: ,p_item_id => l_matl_dtl_rec.inventory_item_id
476: ,x_item_rec => l_item_rec
477: ,x_return_status => l_return_status);

Line 542: gme_material_detail_pvt.get_item_rec

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