DBA Data[Home] [Help]

APPS.FA_CIP_PUB dependencies on FA_DEBUG_PKG

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

108: -- from cip-in-taxapi allow calling program to dump them
109: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
110:
111: -- Commented for bugfix 4672237
112: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
113: FND_MSG_PUB.count_and_get (
114: p_count => x_msg_count,
115: p_data => x_msg_data
116: );

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

128: -- do not retrieve / clear messaging when this is being called
129: -- from cip-in-taxapi allow calling program to dump them
130: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
131: -- Commented for bugfix 4672237
132: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
133: FND_MSG_PUB.count_and_get (
134: p_count => x_msg_count,
135: p_data => x_msg_data
136: );

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

210: -- from cip-in-taxapi allow calling program to dump them
211: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
212:
213: -- Commented for bugfix 4672237
214: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
215: FND_MSG_PUB.count_and_get (
216: p_count => x_msg_count,
217: p_data => x_msg_data
218: );

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

231: -- from cip-in-taxapi allow calling program to dump them
232: -- if (nvl(p_calling_fn, 'X') <> 'fa_ciptax_api_pkg.cip_adj') then
233:
234: -- Commented for bugfix 4672237
235: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
236: FND_MSG_PUB.count_and_get (
237: p_count => x_msg_count,
238: p_data => x_msg_data
239: );

Line 321: fa_debug_pkg.initialize;

317: -- initialize error message stack.
318: fa_srvr_msg.init_server_message;
319:
320: -- initialize debug message stack.
321: fa_debug_pkg.initialize;
322: end if;
323:
324: -- Check version of the API
325: -- Standard call to check for API call compatibility.

Line 386: fa_debug_pkg.add(l_calling_fn,

382:
383: -- get the current info for the primary book
384:
385: if (p_log_level_rec.statement_level) then
386: fa_debug_pkg.add(l_calling_fn,
387: 'in main, sobid', px_asset_hdr_rec.set_of_books_id
388: ,p_log_level_rec => p_log_level_rec);
389: end if;
390:

Line 526: fa_debug_pkg.add(l_calling_fn,

522:
523: l_asset_fin_rec := null;
524:
525: if (p_log_level_rec.statement_level) then
526: fa_debug_pkg.add(l_calling_fn,
527: 'in do_cap_rev processing tax book', l_tax_book_tbl(l_tax_index),
528: p_log_level_rec => p_log_level_rec);
529: end if;
530: