DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on INV_RESERVATION_PUB

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

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

Line 270: INV_RESERVATION_PUB.Create_Reservation

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