DBA Data[Home] [Help]

APPS.FA_DEBUG_PKG dependencies on FA_RX_CONC_MESG_PKG

Line 596: fa_rx_conc_mesg_pkg.log(l_debug_str);

592: if (FA_DEBUG_COUNT > 0) then
593: for i in 1..(FA_DEBUG_COUNT) loop
594: l_debug_str := FA_DEBUG_TABLE(i).fname||':'||
595: FA_DEBUG_TABLE(i).data;
596: fa_rx_conc_mesg_pkg.log(l_debug_str);
597: end loop;
598: end if;
599: END Write_Debug_Log;
600: