DBA Data[Home] [Help]

APPS.INV_FLEX_LOT_ALLOCATION_PUB dependencies on FND_PROFILE

Line 5: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

1: PACKAGE BODY INV_FLEX_LOT_ALLOCATION_PUB AS
2: /* $Header: INVFLAPB.pls 120.0.12020000.11 2013/05/20 07:11:08 ptian noship $ */
3:
4: PROCEDURE print_debug(p_err_msg VARCHAR2) IS
5: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
6: l_pkg_name VARCHAR2(100) := 'INV_FLEX_LOT_ALLOCATION_PUB:';
7: BEGIN
8: IF (l_debug = 1) THEN
9: inv_mobile_helper_functions.tracelog(p_err_msg => p_err_msg, p_module => l_pkg_name, p_level => 9);