DBA Data[Home] [Help]

APPS.IEX_PROMISE_RECON_RPT_PKG dependencies on FND_GLOBAL

Line 24: if FND_GLOBAL.Conc_Request_Id is not null then

20: FND_LOG.STRING(p_msg_level, G_PKG_NAME, p_msg);
21:
22: end if;
23:
24: if FND_GLOBAL.Conc_Request_Id is not null then
25: fnd_file.put_line(FND_FILE.LOG, p_msg);
26: end if;
27:
28: EXCEPTION