[Home] [Help]
1: PACKAGE BODY inv_reservation_pub AS
2: /* $Header: INVRSVPB.pls 120.6 2009/04/15 11:34:48 mporecha ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_Reservation_PUB';
5: g_version_printed BOOLEAN := FALSE;
1: PACKAGE BODY inv_reservation_pub AS
2: /* $Header: INVRSVPB.pls 120.6 2009/04/15 11:34:48 mporecha ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_Reservation_PUB';
5: g_version_printed BOOLEAN := FALSE;
6:
7:
8: PROCEDURE mydebug (p_message IN VARCHAR2,p_module_name IN VARCHAR2,p_level IN NUMBER)
97: mydebug('Calling the overloaded procedure create_reservation',l_api_name,9);
98: END IF;
99:
100: -- BUG 4360466 - ensure p_partial_rsv_exists is passed
101: inv_reservation_pub.create_reservation
102: (
103: p_api_version_number => 1.0
104: , p_init_msg_lst => p_init_msg_lst
105: , x_return_status => l_return_status
434: mydebug('Calling update reservations to update reservation record',l_api_name,9);
435:
436: END IF;
437:
438: inv_reservation_pub.update_reservation
439: (p_api_version_number => 1.0,
440: p_init_msg_lst => fnd_api.g_false,
441: x_return_status => l_return_status,
442: x_msg_count => x_msg_count,
793: mydebug('Calling the overloaded procedure update_reservation',l_api_name,9);
794: END IF;
795:
796:
797: inv_reservation_pub.update_reservation
798: (p_api_version_number => 1.0,
799: p_init_msg_lst => fnd_api.g_false,
800: x_return_status => l_return_status,
801: x_msg_count => x_msg_count,
919: IF l_debug=1 THEN
920: mydebug('Calling the overloaded procedure relieve_reservation',l_api_name,9);
921: END IF;
922:
923: inv_reservation_pub.relieve_reservation
924: (
925: p_api_version_number => 1.0
926: , p_init_msg_lst => p_init_msg_lst
927: , x_return_status => l_return_status
1560: );
1561:
1562: END query_reservation_om_hdr_line;
1563:
1564: END inv_reservation_pub;