DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on GMI_RESERVATION_PUB

Line 1537: GMI_Reservation_PUB.Create_Reservation

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

Line 1561: GMI_RESERVATION_PUB.query_reservation

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

Line 2576: GMI_reservation_pub.Query_reservation

2572: l_rsv_rec.demand_source_line_id := l_demand_source_line_id;
2573:
2574: l_validation_flag := FND_API.G_FALSE;
2575:
2576: GMI_reservation_pub.Query_reservation
2577: ( p_api_version_number => 1.0
2578: , p_init_msg_lst => FND_API.G_FALSE
2579: , x_return_status => x_return_status
2580: , x_msg_count => x_msg_count

Line 3568: GMI_reservation_pub.Query_reservation

3564: l_rsv_rec.demand_source_line_id := p_ic_tran_rec.line_id;
3565:
3566: l_validation_flag := FND_API.G_FALSE;
3567:
3568: GMI_reservation_pub.Query_reservation
3569: ( p_api_version_number => 1.0
3570: , p_init_msg_lst => FND_API.G_FALSE
3571: , x_return_status => x_return_status
3572: , x_msg_count => x_msg_count