DBA Data[Home] [Help]

APPS.PO_LOG dependencies on FND_LOG_REPOSITORY

Line 163: fnd_log_repository.init;

159: fnd_profile.put('AFLOG_ENABLED', 'Y');
160: fnd_profile.put('AFLOG_MODULE', '%');
161: fnd_profile.put('AFLOG_LEVEL','1');
162: fnd_profile.put('AFLOG_FILENAME', '');
163: fnd_log_repository.init;
164:
165: Do not ship any code with these calls! Shipping code that internally
166: hard codes Log Properties is a severe P1 bug.
167: ...

Line 361: FND_LOG_REPOSITORY.init();

357: FND_PROFILE.put('AFLOG_LEVEL',TO_CHAR(p_level));
358: FND_PROFILE.put('AFLOG_FILENAME','');
359:
360: -- Refresh the FND cache.
361: FND_LOG_REPOSITORY.init();
362:
363: -- Refresh the PO cache.
364: refresh_log_flags();
365: