DBA Data[Home] [Help]

APPS.INV_RESERVATION_PVT dependencies on INV_LOG_UTIL

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

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