DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PUB dependencies on FA_DEBUG_PKG

Line 71: fa_debug_pkg.initialize;

67: -- initialize error message stack.
68: fa_srvr_msg.init_server_message;
69:
70: -- initialize debug message stack.
71: fa_debug_pkg.initialize;
72: end if;
73:
74: -- Check version of the API
75: -- Standard call to check for API call compatibility.

Line 288: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);

284: fa_srvr_msg.add_message(calling_fn => l_calling_fn
285: ,p_log_level_rec => g_log_level_rec);
286:
287: -- Commented for bugfix 4672237
288: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
289:
290: FND_MSG_PUB.count_and_get (
291: p_count => x_msg_count,
292: p_data => x_msg_data

Line 308: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);

304: calling_fn => l_calling_fn
305: ,p_log_level_rec => g_log_level_rec);
306:
307: -- Commented for bugfix 4672237
308: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
309:
310: FND_MSG_PUB.count_and_get (
311: p_count => x_msg_count,
312: p_data => x_msg_data

Line 641: fa_debug_pkg.add(l_calling_fn, 'call private do_unplanned', px_trans_rec.calling_interface,p_log_level_rec);

637: end if;
638:
639:
640: if (p_log_level_rec.statement_level) then
641: fa_debug_pkg.add(l_calling_fn, 'call private do_unplanned', px_trans_rec.calling_interface,p_log_level_rec);
642: end if;
643:
644: -- this could be broken into a seperate do_all_books function if desired
645: -- call the private api for the primary book

Line 663: fa_debug_pkg.add(l_calling_fn, 'Done FA_UNPLANNED_PVT.do_unplanned', ' ', p_log_level_rec);

659: end if;
660:
661:
662: if (p_log_level_rec.statement_level) then
663: fa_debug_pkg.add(l_calling_fn, 'Done FA_UNPLANNED_PVT.do_unplanned', ' ', p_log_level_rec);
664: end if;
665:
666: if (l_sob_index = 0) then
667: