DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on FND_LOG_REPOSITORY

Line 60: FND_LOG_REPOSITORY.init(null,null);

56: l_folder_count number;
57: l_arch_folder varchar2(100);
58: begin
59: -- Check Logging Enabled or Not...
60: FND_LOG_REPOSITORY.init(null,null);
61: if( FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
62: g_exception_log:=true;
63: end if;
64: for v1 in c_account LOOP