DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on INV_RESERVATION_PUB

Line 958: inv_reservation_pub.create_reservation

954:
955: END IF;
956:
957: -- p_partial_rsv_exists will be TRUE if reservation get increased
958: inv_reservation_pub.create_reservation
959: (
960: p_api_version_number => 1.0
961: , p_init_msg_lst => FND_API.G_TRUE
962: , x_return_status => x_return_status

Line 7191: inv_reservation_pub.query_reservation

7187:
7188: IF l_debug_level > 0 THEN
7189: oe_debug_pub.add( 'RSCH: CALLING INVS QUERY_RESERVATION ' , 1 ) ;
7190: END IF;
7191: inv_reservation_pub.query_reservation
7192: ( p_api_version_number => 1.0
7193: , p_init_msg_lst => fnd_api.g_true
7194: , x_return_status => x_return_status
7195: , x_msg_count => l_msg_count

Line 7228: inv_reservation_pub.update_reservation

7224:
7225: IF l_debug_level > 0 THEN
7226: oe_debug_pub.add( 'RSCH: CALLING INVS UPDATE RESERVATION ' , 1 ) ;
7227: END IF;
7228: inv_reservation_pub.update_reservation
7229: ( p_api_version_number => 1.0
7230: , p_init_msg_lst => fnd_api.g_true
7231: , x_return_status => x_return_status
7232: , x_msg_count => l_msg_count

Line 12885: inv_reservation_pub.Transfer_reservation

12881: IF l_debug_level > 0 THEN
12882: oe_debug_pub.add( 'CALLING INVS TRANSFER RESERVATION' , 1 ) ;
12883: END IF;
12884:
12885: inv_reservation_pub.Transfer_reservation
12886: ( p_api_version_number => 1.0
12887: , p_init_msg_lst => FND_API.G_TRUE
12888: , x_return_status => x_return_status
12889: , x_msg_count => l_msg_count

Line 13451: inv_reservation_pub.query_reservation

13447: IF l_debug_level > 0 THEN
13448: oe_debug_pub.add( 'CALLING INVS QUERY_RESERVATION ' , 1 ) ;
13449: END IF;
13450:
13451: inv_reservation_pub.query_reservation
13452: ( p_api_version_number => 1.0
13453: , p_init_msg_lst => fnd_api.g_true
13454: , x_return_status => x_return_status
13455: , x_msg_count => l_msg_count

Line 14563: inv_reservation_pub.query_reservation

14559: IF l_debug_level > 0 THEN
14560: oe_debug_pub.add( 'SHIP FROM ORG ' || l_rsv_rec.organization_id , 3 ) ;
14561: END IF;
14562:
14563: inv_reservation_pub.query_reservation
14564: ( p_api_version_number => 1.0
14565: , p_init_msg_lst => fnd_api.g_true
14566: , p_query_input => l_rsv_rec
14567: , p_cancel_order_mode => INV_RESERVATION_GLOBAL.G_CANCEL_ORDER_YES

Line 14636: inv_reservation_pub.delete_reservation

14632:
14633: IF l_debug_level > 0 THEN
14634: oe_debug_pub.add( 'CALLING INVS DELETE_RESERVATION' , 3 ) ;
14635: END IF;
14636: inv_reservation_pub.delete_reservation
14637: ( p_api_version_number => 1.0
14638: , p_init_msg_lst => fnd_api.g_true
14639: , x_return_status => x_return_status
14640: , x_msg_count => l_msg_count

Line 14722: inv_reservation_pub.update_reservation

14718:
14719: IF l_debug_level > 0 THEN
14720: oe_debug_pub.add( 'CALLING INVS UPDATE_RESERVATION: ' , 3 ) ;
14721: END IF;
14722: inv_reservation_pub.update_reservation
14723: ( p_api_version_number => 1.0
14724: , p_init_msg_lst => fnd_api.g_true
14725: , p_original_rsv_rec => l_rsv_rec
14726: , p_to_rsv_rec => l_rsv_new_rec