DBA Data[Home] [Help]

APPS.LNS_CUSTOM_PUB dependencies on FND_GLOBAL

Line 24: if FND_GLOBAL.Conc_Request_Id is not null then

20: IF log_level >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
21: FND_LOG.STRING(log_level, module, message);
22: END IF;
23:
24: if FND_GLOBAL.Conc_Request_Id is not null then
25: fnd_file.put_line(FND_FILE.LOG, message);
26: end if;
27:
28: end;