DBA Data[Home] [Help]

APPS.FND_AUDIT_REPORT dependencies on FND_PROFILE

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

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