DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_RELEASE_BATCH_PVT

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

519: ELSE
520: -- consume or yield based on line type
521: IF l_material_detail_rec.line_type = gme_common_pvt.g_line_type_ing THEN
522: IF ( NVL(G_DEBUG,-1) = GME_DEBUG.G_LOG_STATEMENT ) THEN
523: gme_debug.put_line (g_pkg_name||'.'||l_api_name||' calling gme_release_batch_pvt.consume_material with target_qty= '||l_new_actual);
524: END IF;
525: gme_release_batch_pvt.consume_material
526: (p_material_dtl_rec => l_material_detail_rec
527: ,p_trans_date => p_trans_date

Line 525: gme_release_batch_pvt.consume_material

521: IF l_material_detail_rec.line_type = gme_common_pvt.g_line_type_ing THEN
522: IF ( NVL(G_DEBUG,-1) = GME_DEBUG.G_LOG_STATEMENT ) THEN
523: gme_debug.put_line (g_pkg_name||'.'||l_api_name||' calling gme_release_batch_pvt.consume_material with target_qty= '||l_new_actual);
524: END IF;
525: gme_release_batch_pvt.consume_material
526: (p_material_dtl_rec => l_material_detail_rec
527: ,p_trans_date => p_trans_date
528: ,p_item_rec => l_item_rec
529: ,p_consume_qty => l_new_actual

Line 1659: gme_release_batch_pvt.create_batch_exception

1655: END IF;
1656:
1657: -- raise exception if couldn't reduce by requested
1658: IF l_total_decr_qty < p_qty THEN
1659: gme_release_batch_pvt.create_batch_exception
1660: (p_material_dtl_rec => p_material_detail_rec
1661: ,p_pending_move_order_ind => NULL
1662: ,p_pending_rsrv_ind => NULL
1663: ,p_transacted_qty => l_total_decr_qty