DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on INV_RESERVATION_PUB

Line 3826: inv_reservation_pub.create_reservation

3822: , x_reservation_rec => l_reservation_rec);
3823:
3824: -- Call INV with action = RESERVE
3825:
3826: inv_reservation_pub.create_reservation
3827: ( p_api_version_number => 1.0
3828: , p_init_msg_lst => FND_API.G_TRUE
3829: , x_return_status => l_return_status
3830: , x_msg_count => l_msg_count

Line 4480: inv_reservation_pub.query_reservation

4476: IF l_debug_level > 0 THEN
4477: oe_debug_pub.add( 'RSCH: CALLING INVS QUERY_RESERVATION ' , 1 ) ;
4478: END IF;
4479:
4480: inv_reservation_pub.query_reservation
4481: ( p_api_version_number => 1.0
4482: , p_init_msg_lst => fnd_api.g_true
4483: , x_return_status => l_return_status
4484: , x_msg_count => l_msg_count

Line 4517: inv_reservation_pub.update_reservation

4513:
4514: IF l_debug_level > 0 THEN
4515: oe_debug_pub.add( 'RSCH: CALLING INVS UPDATE RESERVATION ' , 1 ) ;
4516: END IF;
4517: inv_reservation_pub.update_reservation
4518: ( p_api_version_number => 1.0
4519: , p_init_msg_lst => fnd_api.g_true
4520: , x_return_status => l_return_status
4521: , x_msg_count => l_msg_count

Line 4689: inv_reservation_pub.create_reservation

4685: IF l_debug_level > 0 THEN
4686: oe_debug_pub.add( 'CALLING INVS CREATE_RESERVATION' , 1 ) ;
4687: END IF;
4688:
4689: inv_reservation_pub.create_reservation
4690: (
4691: p_api_version_number => 1.0
4692: , p_init_msg_lst => FND_API.G_TRUE
4693: , x_return_status => l_return_status

Line 6902: inv_reservation_pub.query_reservation

6898: -- 02-jun-2000 mpetrosi added org_id to query_reservation start
6899: l_rsv_rec.organization_id := l_line_rec.ship_from_org_id;
6900: -- 02-jun-2000 mpetrosi end change
6901:
6902: inv_reservation_pub.query_reservation
6903: ( p_api_version_number => 1.0
6904: , p_init_msg_lst => fnd_api.g_true
6905: , x_return_status => l_return_status
6906: , x_msg_count => l_msg_count

Line 6941: inv_reservation_pub.delete_reservation

6937:
6938: IF l_debug_level > 0 THEN
6939: oe_debug_pub.add( 'CALLING INVS DELETE_RESERVATION' , 3 ) ;
6940: END IF;
6941: inv_reservation_pub.delete_reservation
6942: ( p_api_version_number => 1.0
6943: , p_init_msg_lst => fnd_api.g_true
6944: , x_return_status => l_return_status
6945: , x_msg_count => l_msg_count

Line 7011: inv_reservation_pub.update_reservation

7007: IF l_debug_level > 0 THEN
7008: oe_debug_pub.add( 'CALLING INVS UPDATE_RESERVATION: ' , 3 ) ;
7009: END IF;
7010:
7011: inv_reservation_pub.update_reservation
7012: ( p_api_version_number => 1.0
7013: , p_init_msg_lst => fnd_api.g_true
7014: , x_return_status => l_return_status
7015: , x_msg_count => l_msg_count

Line 8903: inv_reservation_pub.query_reservation

8899: IF l_debug_level > 0 THEN
8900: oe_debug_pub.add( 'CALLING INVS QUERY_RESERVATION ' , 1 ) ;
8901: END IF;
8902:
8903: inv_reservation_pub.query_reservation
8904: ( p_api_version_number => 1.0
8905: , p_init_msg_lst => fnd_api.g_true
8906: , x_return_status => l_return_status
8907: , x_msg_count => l_msg_count

Line 9044: inv_reservation_pub.update_reservation

9040: IF l_debug_level > 0 THEN
9041: oe_debug_pub.add( '11. CALLING INVS UPDATE RSV: ' , 1 ) ;
9042: END IF;
9043:
9044: inv_reservation_pub.update_reservation
9045: ( p_api_version_number => 1.0
9046: , p_init_msg_lst => fnd_api.g_true
9047: , x_return_status => l_return_status
9048: , x_msg_count => l_msg_count

Line 9109: inv_reservation_pub.update_reservation

9105: IF l_debug_level > 0 THEN
9106: oe_debug_pub.add( '1. CALLING INVS UPDATE RSV: ' , 1 ) ;
9107: END IF;
9108:
9109: inv_reservation_pub.update_reservation
9110: ( p_api_version_number => 1.0
9111: , p_init_msg_lst => fnd_api.g_true
9112: , x_return_status => l_return_status
9113: , x_msg_count => l_msg_count

Line 9262: inv_reservation_pub.create_reservation

9258: IF l_debug_level > 0 THEN
9259: oe_debug_pub.add( 'CREATING A NEW RESERVATION FOR : ' || L_QTY_TO_RESERVE || ' WITH LINE ID ' || L_SPLIT_LINE_REC.LINE_ID , 1 ) ;
9260: END IF;
9261:
9262: inv_reservation_pub.create_reservation
9263: ( p_api_version_number => 1.0
9264: , p_init_msg_lst => FND_API.G_TRUE
9265: , x_return_status => l_return_status
9266: , x_msg_count => l_msg_count

Line 9440: inv_reservation_pub.query_reservation

9436: IF l_debug_level > 0 THEN
9437: oe_debug_pub.add( 'CALLING INVS QUERY_RESERVATION ' , 1 ) ;
9438: END IF;
9439:
9440: inv_reservation_pub.query_reservation
9441: ( p_api_version_number => 1.0
9442: , p_init_msg_lst => fnd_api.g_true
9443: , x_return_status => l_return_status
9444: , x_msg_count => l_msg_count

Line 9496: inv_reservation_pub.update_reservation

9492: IF l_debug_level > 0 THEN
9493: oe_debug_pub.add( 'CALLING INVS UPDATE_RESERVATION: ' , 1 ) ;
9494: END IF;
9495:
9496: inv_reservation_pub.update_reservation
9497: ( p_api_version_number => 1.0
9498: , p_init_msg_lst => fnd_api.g_true
9499: , x_return_status => l_return_status
9500: , x_msg_count => l_msg_count