DBA Data[Home] [Help]

APPS.ECX_DEBUG dependencies on FND_LOG_MESSAGES

Line 1248: select log_sequence into l_attachment_id from fnd_log_messages

1244: return;
1245: end if;
1246: if length(trim(p_module)) >0 then
1247: begin
1248: select log_sequence into l_attachment_id from fnd_log_messages
1249: where module=p_module;
1250: exception
1251: when no_data_found then
1252: l_attachment_id := fnd_log.message_with_attachment(1, p_module, TRUE);