DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_RELEASE_BATCH_PVT

Line 455: gme_debug.put_line (g_pkg_name||'.'||l_api_name||' calling gme_release_batch_pvt.consume_material with target_qty= '||l_new_actual);

451: ELSE
452: -- consume or yield based on line type
453: IF l_material_detail_rec.line_type = gme_common_pvt.g_line_type_ing THEN
454: IF ( NVL(G_DEBUG,-1) = GME_DEBUG.G_LOG_STATEMENT ) THEN
455: gme_debug.put_line (g_pkg_name||'.'||l_api_name||' calling gme_release_batch_pvt.consume_material with target_qty= '||l_new_actual);
456: END IF;
457: gme_release_batch_pvt.consume_material
458: (p_material_dtl_rec => l_material_detail_rec
459: ,p_trans_date => p_trans_date

Line 457: gme_release_batch_pvt.consume_material

453: IF l_material_detail_rec.line_type = gme_common_pvt.g_line_type_ing THEN
454: IF ( NVL(G_DEBUG,-1) = GME_DEBUG.G_LOG_STATEMENT ) THEN
455: gme_debug.put_line (g_pkg_name||'.'||l_api_name||' calling gme_release_batch_pvt.consume_material with target_qty= '||l_new_actual);
456: END IF;
457: gme_release_batch_pvt.consume_material
458: (p_material_dtl_rec => l_material_detail_rec
459: ,p_trans_date => p_trans_date
460: ,p_item_rec => l_item_rec
461: ,p_consume_qty => l_new_actual

Line 1419: gme_release_batch_pvt.create_batch_exception

1415: END IF;
1416:
1417: -- raise exception if couldn't reduce by requested
1418: IF l_total_decr_qty < p_qty THEN
1419: gme_release_batch_pvt.create_batch_exception
1420: (p_material_dtl_rec => p_material_detail_rec
1421: ,p_pending_move_order_ind => NULL
1422: ,p_pending_rsrv_ind => NULL
1423: ,p_transacted_qty => l_total_decr_qty