DBA Data[Home] [Help]

APPS.FA_CIP_PUB dependencies on FA_DEBUG_PKG

Line 109: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);

105:
106: -- do not retrieve / clear messaging when this is being called
107: -- from cip-in-taxapi allow calling program to dump them
108: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
109: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
110: FND_MSG_PUB.count_and_get (
111: p_count => x_msg_count,
112: p_data => x_msg_data
113: );

Line 127: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);

123:
124: -- do not retrieve / clear messaging when this is being called
125: -- from cip-in-taxapi allow calling program to dump them
126: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
127: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
128: FND_MSG_PUB.count_and_get (
129: p_count => x_msg_count,
130: p_data => x_msg_data
131: );

Line 207: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);

203:
204: -- do not retrieve / clear messaging when this is being called
205: -- from cip-in-taxapi allow calling program to dump them
206: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
207: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
208: FND_MSG_PUB.count_and_get (
209: p_count => x_msg_count,
210: p_data => x_msg_data
211: );

Line 225: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);

221:
222: -- do not retrieve / clear messaging when this is being called
223: -- from cip-in-taxapi allow calling program to dump them
224: -- if (nvl(p_calling_fn, 'X') <> 'fa_ciptax_api_pkg.cip_adj') then
225: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
226: FND_MSG_PUB.count_and_get (
227: p_count => x_msg_count,
228: p_data => x_msg_data
229: );

Line 316: fa_debug_pkg.initialize;

312: -- initialize error message stack.
313: fa_srvr_msg.init_server_message;
314:
315: -- initialize debug message stack.
316: fa_debug_pkg.initialize;
317: end if;
318:
319: -- Check version of the API
320: -- Standard call to check for API call compatibility.

Line 379: fa_debug_pkg.add(l_calling_fn,

375:
376: -- get the current info for the primary book
377:
378: if (p_log_level_rec.statement_level) then
379: fa_debug_pkg.add(l_calling_fn,
380: 'in main, sobid', px_asset_hdr_rec.set_of_books_id, p_log_level_rec => p_log_level_rec);
381: end if;
382:
383: -- Account for transaction submitted from a responsibility

Line 512: fa_debug_pkg.add(l_calling_fn,

508:
509: l_asset_fin_rec := null;
510:
511: if (p_log_level_rec.statement_level) then
512: fa_debug_pkg.add(l_calling_fn,
513: 'in do_cap_rev processing tax book', l_tax_book_tbl(l_tax_index));
514: end if;
515:
516: -- verify that the asset exists in the tax book