DBA Data[Home] [Help]

APPS.INV_LOT_APIS dependencies on FND_PROFILE

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

7:
8:
9: PROCEDURE print_debug ( p_err_msg VARCHAR2, p_level NUMBER DEFAULT 1)
10: IS
11: l_debug number := 1;--NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
12: BEGIN
13: IF (g_debug = 1) THEN
14: inv_mobile_helper_functions.tracelog (
15: p_err_msg => p_err_msg,

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

60:
61:
62: PROCEDURE get_grade_codes ( x_grades OUT NOCOPY t_genref
63: , p_grade_code IN VARCHAR2) IS
64: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
65: BEGIN
66:
67: IF (l_debug = 1) THEN
68: inv_pick_wave_pick_confirm_pub.tracelog ( 'Inside get_grace_codes API' , 'INV_PROCESS_LOT_API');

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

95: * plsql tables back to the java client, this procedure is meant to act as a wrapper over
96: * populate_lot_attributes, which returns the attributes in a plsql table.
97: * These attributes are selected from dual and passed back as a ref cursor to the client.
98: **/
99: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
100: BEGIN
101:
102: IF (l_debug = 1) THEN
103: inv_pick_wave_pick_confirm_pub.tracelog ( 'Inside get_opm_lot_attributes API' , 'INV_LOT_APIS');

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

150:
151: PROCEDURE get_opm_item_attributes( x_item_lot_att OUT nocopy t_genref
152: , p_inventory_item_id IN NUMBER
153: , p_organization_id IN NUMBER ) IS
154: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
155: BEGIN
156:
157: IF (l_debug = 1) THEN
158: inv_pick_wave_pick_confirm_pub.tracelog ( 'Inside get_opm_item_attributes API' , 'INV_PROCESS_LOT_API');

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

432: /**
433: * This API populates the lot attributes for a new Lot based on attributes of its parent lot.
434: * These attributes are selected from dual and passed back as a ref cursor to the client.
435: **/
436: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
437: BEGIN
438:
439: IF (l_debug = 1) THEN
440: inv_pick_wave_pick_confirm_pub.tracelog ( 'Inside get_opm_lot_attributes API' , 'INV_LOT_APIS');