DBA Data[Home] [Help]

APPS.ARP_MAINTAIN_PS2 dependencies on FND_PROFILE

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

1: PACKAGE BODY arp_maintain_ps2 AS
2: /* $Header: ARTEMP2B.pls 120.26.12010000.4 2008/11/20 11:52:59 npanchak ship $ */
3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
4:
5: /* =======================================================================
6: | Global Data Types
7: * ======================================================================*/

Line 7217: -- fnd_profile.get( 'SO_SOURCE_CODE', g_so_source_code );

7213: g_oe_install_flag,
7214: l_dummy,
7215: l_dummy );
7216: -- OE/OM changes
7217: -- fnd_profile.get( 'SO_SOURCE_CODE', g_so_source_code );
7218: --
7219: oe_profile.get( 'SO_SOURCE_CODE', g_so_source_code );
7220:
7221: debug( ' g_oe_install_flag='||g_oe_install_flag, MSG_LEVEL_DEBUG );