DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PKG dependencies on FA_DEBUG_PKG

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

167: raise error_found1;
168: end if;
169:
170: if g_print_debug then
171: fa_debug_pkg.add(l_calling_fn, 'setting', 'initial globals',
172: p_log_level_rec => p_log_level_rec);
173: end if;
174:
175: g_book := p_book;

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

223: FA_ASSET_TRACE_PVT.g_param_tbl(l_count).param_column :='BOOK_TYPE_CODE';
224: FA_ASSET_TRACE_PVT.g_param_tbl(l_count).cValue := g_book;
225:
226: if g_print_debug then
227: fa_debug_pkg.add(l_calling_fn, 'setting', 'localizations info');
228: end if;
229:
230: -- Doing this check for globalizations until a better way is found.
231: FND_PROFILE.get('JGZZ_COUNTRY_CODE',l_country_code);

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

261: g_jx_enabled := 'N';
262: END IF;
263:
264: if g_print_debug then
265: fa_debug_pkg.add(l_calling_fn, 'setting', 'book control info',
266: p_log_level_rec => p_log_level_rec);
267: end if;
268:
269: g_mrc_enabled := NVL(fa_cache_pkg.fazcbc_record.mc_source_flag,'N');

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

365: end if;
366:
367: if (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N') then
368: if g_print_debug then
369: fa_debug_pkg.add(l_calling_fn, 'retcode', retcode, p_log_level_rec => p_log_level_rec);
370: end if;
371: if (g_print_debug) then
372: fa_debug_pkg.Write_Debug_Log;
373: end if;

Line 372: fa_debug_pkg.Write_Debug_Log;

368: if g_print_debug then
369: fa_debug_pkg.add(l_calling_fn, 'retcode', retcode, p_log_level_rec => p_log_level_rec);
370: end if;
371: if (g_print_debug) then
372: fa_debug_pkg.Write_Debug_Log;
373: end if;
374: FND_MSG_PUB.Count_And_Get(p_count => l_msg_count, p_data => l_msg_data);
375: fa_srvr_msg.Write_Msg_Log(l_msg_count, l_msg_data);
376: end if;

Line 384: fa_debug_pkg.Write_Debug_Log;

380: WHEN ERROR_FOUND1 THEN
381: fa_srvr_msg.add_message(calling_fn => l_calling_fn,
382: p_log_level_rec => p_log_level_rec);
383: if ((g_print_debug) and (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N')) then
384: fa_debug_pkg.Write_Debug_Log;
385: end if;
386: FND_MSG_PUB.Count_And_Get(p_count => l_msg_count,
387: p_data => l_msg_data);
388: if (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N') then

Line 399: fa_debug_pkg.Write_Debug_Log;

395: WHEN OTHERS THEN
396: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn,
397: p_log_level_rec => p_log_level_rec);
398: if ((g_print_debug) and (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N')) then
399: fa_debug_pkg.Write_Debug_Log;
400: end if;
401: FND_MSG_PUB.Count_And_Get(p_count => l_msg_count,
402: p_data => l_msg_data);
403: if (nvl(fa_asset_trace_pkg.g_use_utl_file, 'Y') = 'N') then

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

1042: END LOOP;
1043:
1044: l_select_clause := substr(l_select_clause,2,length(l_select_clause));
1045: if g_print_debug then
1046: fa_debug_pkg.add(l_calling_fn, 'getting', 'distribution info',
1047: p_log_level_rec => p_log_level_rec);
1048: fa_debug_pkg.add(l_calling_fn, 'l_select_clause', l_select_clause,
1049: p_log_level_rec => p_log_level_rec);
1050: end if;

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

1044: l_select_clause := substr(l_select_clause,2,length(l_select_clause));
1045: if g_print_debug then
1046: fa_debug_pkg.add(l_calling_fn, 'getting', 'distribution info',
1047: p_log_level_rec => p_log_level_rec);
1048: fa_debug_pkg.add(l_calling_fn, 'l_select_clause', l_select_clause,
1049: p_log_level_rec => p_log_level_rec);
1050: end if;
1051:
1052: l_idx:= 0;

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

1115: l_count :=0;
1116: l_dist_tbl.delete;
1117:
1118: if g_print_debug then
1119: fa_debug_pkg.add(l_calling_fn, 'getting', 'KEY FF info',
1120: p_log_level_rec => p_log_level_rec);
1121: end if;
1122:
1123: l_idx:= l_idx+ 1;