DBA Data[Home] [Help]

APPS.ARP_CMERGE dependencies on FND_PROFILE

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

1: package body ARP_CMERGE as
2: /* $Header: ARPLARMB.pls 120.6 2010/07/28 12:09:41 spdixit ship $ */
3:
4: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
5:
6: /*--------------------------------------------------------------------------+
7: | Procedure Name : insert_full_merge_event |
8: | Description : Create THIRD_PARTY_MERGE entity if it do not exists. |