DBA Data[Home] [Help]

APPS.IEX_PAYMENT_CAMP_RPT_PKG dependencies on FND_GLOBAL

Line 16: if FND_GLOBAL.Conc_Request_Id is not null then

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