DBA Data[Home] [Help]

APPS.INV_RSV_SYNCH dependencies on INV_RSV_SYNCH

Line 1: PACKAGE BODY INV_RSV_SYNCH AS

1: PACKAGE BODY INV_RSV_SYNCH AS
2: /* $Header: INVRSV7B.pls 120.1 2005/06/17 17:28:15 appldev $ */
3:
4: -- Global constant holding package name
5: g_pkg_name constant varchar2(50) := 'INV_RSV_SYNCH';

Line 5: g_pkg_name constant varchar2(50) := 'INV_RSV_SYNCH';

1: PACKAGE BODY INV_RSV_SYNCH AS
2: /* $Header: INVRSV7B.pls 120.1 2005/06/17 17:28:15 appldev $ */
3:
4: -- Global constant holding package name
5: g_pkg_name constant varchar2(50) := 'INV_RSV_SYNCH';
6:
7: procedure for_insert (
8: p_reservation_id IN NUMBER
9: , x_return_status OUT NOCOPY VARCHAR2

Line 958: --inv_debug.message('tst115', 'return from inv_rsv_synch.for_relieve');

954: end;
955:
956: inv_rsv_trigger_global.g_from_trigger := FALSE;
957: end if;
958: --inv_debug.message('tst115', 'return from inv_rsv_synch.for_relieve');
959: exception
960: when fnd_api.g_exc_error then
961: x_return_status := fnd_api.g_ret_sts_error ;
962: inv_rsv_trigger_global.g_from_trigger := FALSE;

Line 978: end INV_RSV_SYNCH;

974: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
975: end if;
976: end for_relieve;
977:
978: end INV_RSV_SYNCH;