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.17 2006/03/16 00:55:42 jypandey noship $ */
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: