DBA Data[Home] [Help]

APPS.WMS_CYCLE_PVT dependencies on FND_PROFILE

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

5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WMS_Cycle_PVT';
6:
7: PROCEDURE print_debug(p_err_msg VARCHAR2)
8: IS
9: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
10: BEGIN
11: inv_mobile_helper_functions.tracelog
12: (p_err_msg => p_err_msg,
13: p_module => 'WMS_Cycle_PVT',

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

56: l_interface_id_list MTL_CCEOI_VAR_PVT.INV_CCEOI_ID_TABLE_TYPE ;
57: l_errorcode NUMBER ;
58: l_count NUMBER := 0; --Bug 9874049
59:
60: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
61: BEGIN
62: -- Standard Start of API savepoint
63: SAVEPOINT Create_Unscheduled_Counts_PVT;
64: -- Standard call to check for call compatibility.