DBA Data[Home] [Help]

APPS.WF_LOG_PKG dependencies on FND_LOG_REPOSITORY

Line 68: FND_LOG_REPOSITORY.Init();

64: if (log_module is NOT NULL) then
65: FND_PROFILE.Put('AFLOG_MODULE', log_module);
66: end if;
67:
68: FND_LOG_REPOSITORY.Init();
69:
70: exception
71: when others then
72: wf_core.context('WF_LOG_PKG', 'Init');

Line 92: FND_LOG_REPOSITORY.Init();

88: FND_PROFILE.Put('AFLOG_LEVEL', log_level);
89:
90: -- Seems that the change of profile doesn't automatically
91: -- populate the FND_LOG log level.
92: FND_LOG_REPOSITORY.Init();
93:
94: end if;
95: end SET_LEVEL;
96: