DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PKG dependencies on FA_DEBUG_PKG

Line 191: fa_debug_pkg.add(l_calling_fn, 'setting', 'initial globals',

187: raise error_found1;
188: end if;
189:
190: if g_print_debug then
191: fa_debug_pkg.add(l_calling_fn, 'setting', 'initial globals',
192: p_log_level_rec => p_log_level_rec);
193: end if;
194:
195: g_book := p_book;

Line 247: fa_debug_pkg.add(l_calling_fn, 'setting', 'localizations info');

243: FA_ASSET_TRACE_PVT.g_param_tbl(l_count).param_column :='BOOK_TYPE_CODE';
244: FA_ASSET_TRACE_PVT.g_param_tbl(l_count).cValue := g_book;
245:
246: if g_print_debug then
247: fa_debug_pkg.add(l_calling_fn, 'setting', 'localizations info');
248: end if;
249:
250: -- Doing this check for globalizations until a better way is found.
251: FND_PROFILE.get('JGZZ_COUNTRY_CODE',l_country_code);

Line 285: fa_debug_pkg.add(l_calling_fn, 'setting', 'book control info',

281: g_jx_enabled := 'N';
282: END IF;
283:
284: if g_print_debug then
285: fa_debug_pkg.add(l_calling_fn, 'setting', 'book control info',
286: p_log_level_rec => p_log_level_rec);
287: end if;
288:
289: g_mrc_enabled := NVL(fa_cache_pkg.fazcbc_record.mc_source_flag,'N');

Line 389: fa_debug_pkg.add(l_calling_fn, 'retcode', retcode, p_log_level_rec => p_log_level_rec);

385: end if;
386:
387: if (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N') then
388: if g_print_debug then
389: fa_debug_pkg.add(l_calling_fn, 'retcode', retcode, p_log_level_rec => p_log_level_rec);
390: end if;
391: if (g_print_debug) then
392: fa_debug_pkg.Write_Debug_Log;
393: end if;

Line 392: fa_debug_pkg.Write_Debug_Log;

388: if g_print_debug then
389: fa_debug_pkg.add(l_calling_fn, 'retcode', retcode, p_log_level_rec => p_log_level_rec);
390: end if;
391: if (g_print_debug) then
392: fa_debug_pkg.Write_Debug_Log;
393: end if;
394: FND_MSG_PUB.Count_And_Get(p_count => l_msg_count, p_data => l_msg_data);
395: fa_srvr_msg.Write_Msg_Log(l_msg_count, l_msg_data);
396: end if;

Line 404: fa_debug_pkg.Write_Debug_Log;

400: WHEN ERROR_FOUND1 THEN
401: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
402: p_log_level_rec => p_log_level_rec);
403: if ((g_print_debug) and (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N')) then
404: fa_debug_pkg.Write_Debug_Log;
405: end if;
406: FND_MSG_PUB.Count_And_Get(p_count => l_msg_count,
407: p_data => l_msg_data);
408: if (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N') then

Line 419: fa_debug_pkg.Write_Debug_Log;

415: WHEN OTHERS THEN
416: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn,
417: p_log_level_rec => p_log_level_rec);
418: if ((g_print_debug) and (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N')) then
419: fa_debug_pkg.Write_Debug_Log;
420: end if;
421: FND_MSG_PUB.Count_And_Get(p_count => l_msg_count,
422: p_data => l_msg_data);
423: if (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N') then

Line 1077: fa_debug_pkg.add(l_calling_fn, 'getting', 'distribution info',

1073: END LOOP;
1074:
1075: l_select_clause := substr(l_select_clause,2,length(l_select_clause));
1076: if g_print_debug then
1077: fa_debug_pkg.add(l_calling_fn, 'getting', 'distribution info',
1078: p_log_level_rec => p_log_level_rec);
1079: fa_debug_pkg.add(l_calling_fn, 'l_select_clause', l_select_clause,
1080: p_log_level_rec => p_log_level_rec);
1081: end if;

Line 1079: fa_debug_pkg.add(l_calling_fn, 'l_select_clause', l_select_clause,

1075: l_select_clause := substr(l_select_clause,2,length(l_select_clause));
1076: if g_print_debug then
1077: fa_debug_pkg.add(l_calling_fn, 'getting', 'distribution info',
1078: p_log_level_rec => p_log_level_rec);
1079: fa_debug_pkg.add(l_calling_fn, 'l_select_clause', l_select_clause,
1080: p_log_level_rec => p_log_level_rec);
1081: end if;
1082:
1083: l_idx:= 0;

Line 1152: fa_debug_pkg.add(l_calling_fn, 'getting', 'KEY FF info',

1148: l_count :=0;
1149: l_dist_tbl.delete;
1150:
1151: if g_print_debug then
1152: fa_debug_pkg.add(l_calling_fn, 'getting', 'KEY FF info',
1153: p_log_level_rec => p_log_level_rec);
1154: end if;
1155:
1156: l_idx:= l_idx+ 1;