DBA Data[Home] [Help]

APPS.AR_MO_CACHE_UTILS dependencies on FND_PROFILE

Line 3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');

1: PACKAGE BODY ar_mo_cache_utils AS
2: /*$Header: ARMOCSHB.pls 120.21.12020000.2 2012/07/10 00:13:52 dgaurab ship $ */
3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
4:
5: -- Bug 3251839 - tm_installed and tm_default_setup functions provide a
6: -- wrapper to the TM boolean functions that can be called in sql
7: