DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on INV_RESERVATION_PUB

Line 268: OE_DEBUG_PUB.Add('Before call of inv_reservation_pub.create_reservation',1);

264:
265:
266: -- Call INV with action = RESERVE
267: IF l_debug_level > 0 THEN
268: OE_DEBUG_PUB.Add('Before call of inv_reservation_pub.create_reservation',1);
269: END IF;
270:
271: INV_RESERVATION_PUB.Create_Reservation
272: ( p_api_version_number => 1.0

Line 271: INV_RESERVATION_PUB.Create_Reservation

267: IF l_debug_level > 0 THEN
268: OE_DEBUG_PUB.Add('Before call of inv_reservation_pub.create_reservation',1);
269: END IF;
270:
271: INV_RESERVATION_PUB.Create_Reservation
272: ( p_api_version_number => 1.0
273: , p_init_msg_lst => FND_API.G_TRUE
274: , x_return_status => l_return_status
275: , x_msg_count => l_msg_count