DBA Data[Home] [Help]

APPS.OE_GRP_SCH_UTIL dependencies on INV_RESERVATION_PUB

Line 3296: inv_reservation_pub.create_reservation

3292: END IF;
3293:
3294: -- Call INV with action = RESERVE
3295:
3296: inv_reservation_pub.create_reservation
3297: ( p_api_version_number => 1.0
3298: , p_init_msg_lst => FND_API.G_TRUE
3299: , x_return_status => l_return_status
3300: , x_msg_count => l_msg_count

Line 3393: inv_reservation_pub.query_reservation

3389: IF l_debug_level > 0 THEN
3390: oe_debug_pub.add( 'RSCH: CALLING INVS QUERY_RESERVATION ' , 1 ) ;
3391: END IF;
3392:
3393: inv_reservation_pub.query_reservation
3394: ( p_api_version_number => 1.0
3395: , p_init_msg_lst => fnd_api.g_true
3396: , x_return_status => l_return_status
3397: , x_msg_count => l_msg_count

Line 3430: inv_reservation_pub.update_reservation

3426:
3427: IF l_debug_level > 0 THEN
3428: oe_debug_pub.add( 'RSCH: CALLING INVS UPDATE RESERVATION ' , 1 ) ;
3429: END IF;
3430: inv_reservation_pub.update_reservation
3431: ( p_api_version_number => 1.0
3432: , p_init_msg_lst => fnd_api.g_true
3433: , x_return_status => l_return_status
3434: , x_msg_count => l_msg_count