DBA Data[Home] [Help]

APPS.IEX_PAYMENT_COLL_RPT_PKG dependencies on FND_GLOBAL

Line 18: if FND_GLOBAL.Conc_Request_Id is not null then

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