DBA Data[Home] [Help]

APPS.IEX_COLL_CAMP_SCHD_RPT_PKG dependencies on FND_GLOBAL

Line 17: if FND_GLOBAL.Conc_Request_Id is not null then

13: FND_LOG.STRING(p_msg_level, G_PKG_NAME, p_msg);
14:
15: end if;
16:
17: if FND_GLOBAL.Conc_Request_Id is not null then
18: fnd_file.put_line(FND_FILE.LOG, p_msg);
19: end if;
20:
21: EXCEPTION