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 763: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

759: l_subinventory_code VARCHAR2(30);
760: l_zone_id NUMBER;
761: l_locator_id NUMBER;
762:
763: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
764: BEGIN
765: IF (l_debug = 1) THEN
766: print_debug('Enter validate_pick_drop_Locator', 1);
767: END IF;