DBA Data[Home] [Help]

PACKAGE: APPS.INV_RSV_TRIGGER_GLOBAL

Source


1 PACKAGE inv_rsv_trigger_global AUTHID CURRENT_USER AS
2 /* $Header: INVRSVTS.pls 120.0 2005/05/25 05:17:32 appldev noship $ */
3 
4  /*
5  ** To keep reservation data in MTL_DEMAND and MTL_RESERVATIONS synchronised,
6  ** triggers/procedures are employed on either tables.
7  ** (MTL_DEMAND - Trigger; MTL_RESERVATIONS - Procedures;)
8  **
9  ** To prevent unwanted firing of the triggers the global variable will be set
10  ** to true.
11  */
12 
13  g_from_trigger             BOOLEAN := FALSE ;
14 
15 end inv_rsv_trigger_global;