DBA Data[Home] [Help]

APPS.WMS_OP_RUNTIME_PUB_APIS dependencies on FND_PROFILE

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

27:
28: PROCEDURE print_debug(p_err_msg VARCHAR2,
29: p_level NUMBER)
30: IS
31: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
32: BEGIN
33:
34: inv_mobile_helper_functions.tracelog
35: (p_err_msg => p_err_msg,

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

144: l_message VARCHAR2(400);
145: l_progress VARCHAR2(10);
146:
147: l_msg_count NUMBER;
148: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
149: BEGIN
150:
151: SAVEPOINT update_drop_loc_sp;
152:

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

768: l_subinventory_code VARCHAR2(30);
769: l_zone_id NUMBER;
770: l_locator_id NUMBER;
771:
772: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
773: BEGIN
774: IF (l_debug = 1) THEN
775: print_debug('Enter validate_pick_drop_Locator', 1);
776: END IF;