DBA Data[Home] [Help]

APPS.INV_RESERVATION_PVT dependencies on INV_LOG_UTIL

Line 26: inv_log_util.TRACE(p_message, 'INV_RESERVATION_PVT', p_level);

22: --Bug: 3559328: Performance bug fix.The fnd call happens everytime
23: -- debug_print is called.
24: --l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
25: BEGIN
26: inv_log_util.TRACE(p_message, 'INV_RESERVATION_PVT', p_level);
27: END debug_print;
28:
29: --
30: PROCEDURE print_rsv_rec(p_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type) IS