DBA Data[Home] [Help]

APPS.ARP_CACHE_UTIL dependencies on ARP_CACHE_UTIL

Line 1: PACKAGE BODY arp_cache_util AS

1: PACKAGE BODY arp_cache_util AS
2: /* $Header: ARXCAUTB.pls 120.2.12010000.1 2008/07/24 16:59:50 appldev ship $ */
3:
4: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
5:

Line 11: arp_util.debug('arp_cache_util.Refresh_Cache()+');

7:
8: BEGIN
9:
10: IF PG_DEBUG = 'Y' THEN
11: arp_util.debug('arp_cache_util.Refresh_Cache()+');
12: END IF;
13:
14: -- if the org_id has not changed, then do nothing, return.
15: -- arp_global.init_global is called in several places, so not

Line 82: arp_util.debug('arp_cache_util.Refresh_Cache()-');

78: -- AR_MC_INFO.init; -- obsolete
79: --5885313 set variable to current org
80: PG_OLD_ORG_ID := arp_trx_global.system_info.system_parameters.org_id;
81: IF PG_DEBUG = 'Y' THEN
82: arp_util.debug('arp_cache_util.Refresh_Cache()-');
83: END IF;
84:
85: END refresh_cache;
86:

Line 87: END arp_cache_util;

83: END IF;
84:
85: END refresh_cache;
86:
87: END arp_cache_util;