DBA Data[Home] [Help]

APPS.FA_DEBUG_PKG dependencies on FA_RX_CONC_MESG_PKG

Line 531: fa_rx_conc_mesg_pkg.log(l_debug_str);

527: if (FA_DEBUG_COUNT > 0) then
528: for i in 1..(FA_DEBUG_COUNT) loop
529: l_debug_str := FA_DEBUG_TABLE(i).fname||':'||
530: FA_DEBUG_TABLE(i).data;
531: fa_rx_conc_mesg_pkg.log(l_debug_str);
532: end loop;
533: end if;
534: END Write_Debug_Log;
535: