DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on FND_PROFILE

Line 247: profvalue := fnd_profile.value('AuditTrail:Activate');

243:
244: flag1 := 'N';
245:
246:
247: profvalue := fnd_profile.value('AuditTrail:Activate');
248:
249: print_output(log, 'Profile Option AuditTrail:Activate is ' || profvalue);
250:
251: open find_apps_user;