DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on GME_API_PUB

Line 679: GME_API_PUB.create_batch(

675: gme_debug.put_line ('before create batch FND_GLOBAL.USER_ID '||FND_GLOBAL.USER_ID);
676: gme_debug.put_line ('before create batch FND_GLOBAL.RESP_ID '||FND_GLOBAL.RESP_ID);
677: gme_debug.put_line ('before create batch FND_GLOBAL.RESP_APPL_ID '||FND_GLOBAL.RESP_APPL_ID);
678: END IF;
679: GME_API_PUB.create_batch(
680: p_api_version => 2.0,
681: p_validation_level => 100,
682: p_init_msg_list => fnd_api.g_true,
683: p_commit => fnd_api.g_false,

Line 706: FND_FILE.Put_Line(FND_FILE.LOG,' After calling GME_API_PUB.create_batch for order '||l_order_no || 'and line_no ' || l_so_line_no); -- Bug 13359707

702: p_use_least_cost_validity_rule => fnd_api.g_false,
703: x_exception_material_tbl => l_exception_material_tbl
704: );
705:
706: FND_FILE.Put_Line(FND_FILE.LOG,' After calling GME_API_PUB.create_batch for order '||l_order_no || 'and line_no ' || l_so_line_no); -- Bug 13359707
707: FND_FILE.Put_Line(FND_FILE.LOG,' Return Status from Create_Batch API is '||l_return_status); -- Bug 13359707
708: FND_FILE.Put_Line(FND_FILE.LOG,' Message from Create_Batch API is '||l_msg_data); -- Bug 13359707
709:
710:

Line 799: GME_API_PUB.create_pending_product_lot

795: gme_debug.put_line(g_pkg_name||'.'||l_api_name||
796: ' Invoke create_pending_product_lot for line_id '||l_material_detail_rec.material_detail_id);
797: END IF;
798:
799: GME_API_PUB.create_pending_product_lot
800: (p_api_version => 2.0
801: ,p_validation_level => gme_common_pvt.g_max_errors
802: ,p_init_msg_list => fnd_api.g_false
803: ,p_commit => fnd_api.g_false

Line 817: FND_FILE.Put_Line(FND_FILE.LOG,' After calling GME_API_PUB.create_pending_product_lot for '||l_order_no || 'and line_no ' || l_so_line_no); -- Bug 13359707

813: ,x_pending_product_lots_rec => l_out_pending_product_lots_rec);
814:
815: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
816:
817: FND_FILE.Put_Line(FND_FILE.LOG,' After calling GME_API_PUB.create_pending_product_lot for '||l_order_no || 'and line_no ' || l_so_line_no); -- Bug 13359707
818: FND_FILE.Put_Line(FND_FILE.LOG,' Return Status from create_pending_product_lot is '||l_return_status); -- Bug 13359707
819: FND_FILE.Put_Line(FND_FILE.LOG,' FAILURE to generate pending lot'); -- Bug 13359707
820:
821: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' FAILURE to generate pending lot ');