DBA Data[Home] [Help]

APPS.PAP_CMERGE dependencies on FND_PROFILE

Line 226: g_audit_profile :=NVL(FND_PROFILE.value('HZ_AUDIT_ACCT_MERGE'),'N');

222: --
223: ARP_MESSAGE.SET_LINE( 'PAP_CMERGE.MERGE()+' );
224: --
225: --Get the profile option for audit of customer merge
226: g_audit_profile :=NVL(FND_PROFILE.value('HZ_AUDIT_ACCT_MERGE'),'N');
227:
228: -- Lock the rows for the current set_no to avoid indefinate wait
229: --
230: IF process_mode = 'LOCK' THEN