DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on GME_API_PUB

Line 607: GME_API_PUB.create_batch(

603: IF (g_debug <= gme_debug.g_log_statement) THEN
604: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Invoke Create_Batch API here');
605: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Batch qty required is '||l_batch_qty);
606: END IF;
607: GME_API_PUB.create_batch(
608: p_api_version => 2.0,
609: p_validation_level => 100,
610: p_init_msg_list => fnd_api.g_true,
611: p_commit => fnd_api.g_false,

Line 719: GME_API_PUB.create_pending_product_lot

715: gme_debug.put_line(g_pkg_name||'.'||l_api_name||
716: ' Invoke create_pending_product_lot for line_id '||l_material_detail_rec.material_detail_id);
717: END IF;
718:
719: GME_API_PUB.create_pending_product_lot
720: (p_api_version => 2.0
721: ,p_validation_level => gme_common_pvt.g_max_errors
722: ,p_init_msg_list => fnd_api.g_false
723: ,p_commit => fnd_api.g_false