DBA Data[Home] [Help]

APPS.INV_RESERVATION_PUB dependencies on INV_RESERVATION_PUB

Line 1: PACKAGE BODY inv_reservation_pub AS

1: PACKAGE BODY inv_reservation_pub AS
2: /* $Header: INVRSVPB.pls 120.4 2007/12/17 13:24:27 ckrishna ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_Reservation_PUB';
5: g_version_printed BOOLEAN := FALSE;

Line 4: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_Reservation_PUB';

1: PACKAGE BODY inv_reservation_pub AS
2: /* $Header: INVRSVPB.pls 120.4 2007/12/17 13:24:27 ckrishna 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)

Line 83: inv_reservation_pub.create_reservation

79: mydebug('Calling the overloaded procedure create_reservation',l_api_name,9);
80: END IF;
81:
82: -- BUG 4360466 - ensure p_partial_rsv_exists is passed
83: inv_reservation_pub.create_reservation
84: (
85: p_api_version_number => 1.0
86: , p_init_msg_lst => p_init_msg_lst
87: , x_return_status => l_return_status

Line 420: inv_reservation_pub.update_reservation

416: mydebug('Calling update reservations to update reservation record',l_api_name,9);
417:
418: END IF;
419:
420: inv_reservation_pub.update_reservation
421: (p_api_version_number => 1.0,
422: p_init_msg_lst => fnd_api.g_false,
423: x_return_status => l_return_status,
424: x_msg_count => x_msg_count,

Line 779: inv_reservation_pub.update_reservation

775: mydebug('Calling the overloaded procedure update_reservation',l_api_name,9);
776: END IF;
777:
778:
779: inv_reservation_pub.update_reservation
780: (p_api_version_number => 1.0,
781: p_init_msg_lst => fnd_api.g_false,
782: x_return_status => l_return_status,
783: x_msg_count => x_msg_count,

Line 905: inv_reservation_pub.relieve_reservation

901: IF l_debug=1 THEN
902: mydebug('Calling the overloaded procedure relieve_reservation',l_api_name,9);
903: END IF;
904:
905: inv_reservation_pub.relieve_reservation
906: (
907: p_api_version_number => 1.0
908: , p_init_msg_lst => p_init_msg_lst
909: , x_return_status => l_return_status

Line 1546: END inv_reservation_pub;

1542: );
1543:
1544: END query_reservation_om_hdr_line;
1545:
1546: END inv_reservation_pub;