DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on GMI_RESERVATION_PUB

Line 1541: GMI_Reservation_PUB.Create_Reservation

1537: l_delta_Not_Alloc_qty||', shed_ship_date='||l_mtl_reservation_rec.requirement_date);
1538: GMI_Reservation_Util.printLn(' (opm_dbg) more info: qty='||l_mtl_reservation_rec.reservation_quantity||',
1539: um='||l_mtl_reservation_rec.reservation_uom_code||',
1540: qty2='||l_mtl_reservation_rec.attribute2||', um2='||l_mtl_reservation_rec.attribute3);
1541: GMI_Reservation_PUB.Create_Reservation
1542: ( p_api_version_number => 1.0
1543: , p_init_msg_lst => FND_API.G_FALSE
1544: , x_return_status => x_return_status
1545: , x_msg_count => x_msg_count

Line 1565: GMI_RESERVATION_PUB.query_reservation

1561: ELSE
1562: GMI_Reservation_Util.printLn(' (opm_dbg) Nothing to Auto-Detail.');
1563: END IF; /* End of l_delta_Not_Alloc_qty >0 */
1564:
1565: GMI_RESERVATION_PUB.query_reservation
1566: ( p_api_version_number => 1.0
1567: , p_query_input => p_query_input
1568: , x_mtl_reservation_tbl => l_mtl_reservation_tbl
1569: , x_mtl_reservation_tbl_count => l_reservation_count

Line 2588: GMI_reservation_pub.Query_reservation

2584: l_rsv_rec.demand_source_line_id := l_demand_source_line_id;
2585:
2586: l_validation_flag := FND_API.G_FALSE;
2587:
2588: GMI_reservation_pub.Query_reservation
2589: ( p_api_version_number => 1.0
2590: , p_init_msg_lst => FND_API.G_FALSE
2591: , x_return_status => x_return_status
2592: , x_msg_count => x_msg_count

Line 3580: GMI_reservation_pub.Query_reservation

3576: l_rsv_rec.demand_source_line_id := p_ic_tran_rec.line_id;
3577:
3578: l_validation_flag := FND_API.G_FALSE;
3579:
3580: GMI_reservation_pub.Query_reservation
3581: ( p_api_version_number => 1.0
3582: , p_init_msg_lst => FND_API.G_FALSE
3583: , x_return_status => x_return_status
3584: , x_msg_count => x_msg_count