DBA Data[Home] [Help]

APPS.INV_RCV_CACHE dependencies on INV_RCV_CACHE

Line 1: PACKAGE BODY INV_RCV_CACHE AS

1: PACKAGE BODY INV_RCV_CACHE AS
2: /* $Header: INVRCSHB.pls 120.3.12010000.2 2010/05/20 09:40:04 skommine ship $*/
3:
4: PROCEDURE print_debug(p_err_msg VARCHAR2
5: ,p_module IN VARCHAR2 := ' '

Line 13: ,p_module => 'INV_RCV_CACHE.'||p_module

9: BEGIN
10: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
11: inv_mobile_helper_functions.tracelog
12: (p_err_msg => p_err_msg
13: ,p_module => 'INV_RCV_CACHE.'||p_module
14: ,p_level => p_level);
15: END;
16:
17: FUNCTION convert_qty

Line 427: END inv_rcv_cache;

423: print_debug('Exception occurred inside get_conversion_rate!',l_module_name,4);
424: END IF;
425: RETURN -1;
426: END get_conversion_rate;
427: END inv_rcv_cache;
428: