DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on FND_GLOBAL

Line 31: if FND_GLOBAL.Conc_Request_Id is not null then

27: begin
28:
29: IF log_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
30: FND_LOG.STRING(log_level, module, message);
31: if FND_GLOBAL.Conc_Request_Id is not null then
32: fnd_file.put_line(FND_FILE.LOG, message);
33: end if;
34: END IF;
35: end;