DBA Data[Home] [Help]

APPS.WIP_MTLTEMPPROC_GRP dependencies on FND_FILE

Line 115: fnd_file.put_line(which => fnd_file.log,

111: --if a concurrent request, put the session ID in the concurrent
112: --request''s log file.
113: l_reqID := fnd_global.conc_request_id;
114: if(nvl(l_reqID, -1) <> -1) then
115: fnd_file.put_line(which => fnd_file.log,
116: buff => 'AUDSID: ' || fnd_global.session_id);
117: end if;
118: end if;
119: wip_mtlTempProc_priv.processWIP(p_txnTmpID => p_txnTmpID,