select to_char(timestamp, 'DD-MON-YY HH24:MI:SS'),
message_text,
module,
log_sequence
 from fnd_log_messages
 WHERE trunc(timestamp) = trunc(sysdate)
 AND process_id = (SELECT os_process_id
 FROM fnd_concurrent_requests
 WHERE request_id = &p_request_id)
 AND module not like 'fnd%'
 ORDER BY log_sequence;

arrow
arrow
    全站熱搜

    oracleD2K 發表在 痞客邦 留言(0) 人氣()