DBA Data[Home] [Help]

APPS.FA_SUPER_GROUP_CHANGE_PKG dependencies on FA_DEBUG_PKG

Line 120: fa_debug_pkg.add(l_calling_fn2,'Begin', 1, p_log_level_rec => g_log_level_rec);

116: end if;
117: end if;
118:
119: if (g_log_level_rec.statement_level) then
120: fa_debug_pkg.add(l_calling_fn2,'Begin', 1, p_log_level_rec => g_log_level_rec);
121: end if;
122:
123: fa_srvr_msg.Init_Server_Message; -- Initialize server message stack
124: fa_debug_pkg.Initialize; -- Initialize debug message stack

Line 124: fa_debug_pkg.Initialize; -- Initialize debug message stack

120: fa_debug_pkg.add(l_calling_fn2,'Begin', 1, p_log_level_rec => g_log_level_rec);
121: end if;
122:
123: fa_srvr_msg.Init_Server_Message; -- Initialize server message stack
124: fa_debug_pkg.Initialize; -- Initialize debug message stack
125:
126: /*
127:
128: 1. Fetch all updated super group rules.

Line 161: fa_debug_pkg.add(l_calling_fn2,'Start Processing', 'Main', p_log_level_rec => g_log_level_rec);

157:
158: */
159:
160: if (g_log_level_rec.statement_level) then
161: fa_debug_pkg.add(l_calling_fn2,'Start Processing', 'Main', p_log_level_rec => g_log_level_rec);
162: end if;
163:
164: OPEN c_get_sg_change;
165:

Line 175: fa_debug_pkg.add(l_calling_fn, 'Number of super group changes fetched',

171: , t_start_period_counter
172: , t_end_period_counter LIMIT l_limit;
173:
174: if (g_log_level_rec.statement_level) then
175: fa_debug_pkg.add(l_calling_fn, 'Number of super group changes fetched',
176: t_super_group_id.COUNT, p_log_level_rec => g_log_level_rec);
177: end if;
178:
179: EXIT WHEN t_super_group_id.COUNT = 0;

Line 186: fa_debug_pkg.add(l_calling_fn, 't_super_group_id('||to_char(i)||')',

182:
183: l_process_sgc := TRUE;
184:
185: if (g_log_level_rec.statement_level) then
186: fa_debug_pkg.add(l_calling_fn, 't_super_group_id('||to_char(i)||')',
187: t_super_group_id(i));
188: fa_debug_pkg.add(l_calling_fn, 't_book_type_code('||to_char(i)||')',
189: t_book_type_code(i));
190: fa_debug_pkg.add(l_calling_fn, 't_start_period_counter('||to_char(i)||')',

Line 188: fa_debug_pkg.add(l_calling_fn, 't_book_type_code('||to_char(i)||')',

184:
185: if (g_log_level_rec.statement_level) then
186: fa_debug_pkg.add(l_calling_fn, 't_super_group_id('||to_char(i)||')',
187: t_super_group_id(i));
188: fa_debug_pkg.add(l_calling_fn, 't_book_type_code('||to_char(i)||')',
189: t_book_type_code(i));
190: fa_debug_pkg.add(l_calling_fn, 't_start_period_counter('||to_char(i)||')',
191: t_start_period_counter(i));
192: fa_debug_pkg.add(l_calling_fn, 't_end_period_counter('||to_char(i)||')',

Line 190: fa_debug_pkg.add(l_calling_fn, 't_start_period_counter('||to_char(i)||')',

186: fa_debug_pkg.add(l_calling_fn, 't_super_group_id('||to_char(i)||')',
187: t_super_group_id(i));
188: fa_debug_pkg.add(l_calling_fn, 't_book_type_code('||to_char(i)||')',
189: t_book_type_code(i));
190: fa_debug_pkg.add(l_calling_fn, 't_start_period_counter('||to_char(i)||')',
191: t_start_period_counter(i));
192: fa_debug_pkg.add(l_calling_fn, 't_end_period_counter('||to_char(i)||')',
193: t_end_period_counter(i));
194:

Line 192: fa_debug_pkg.add(l_calling_fn, 't_end_period_counter('||to_char(i)||')',

188: fa_debug_pkg.add(l_calling_fn, 't_book_type_code('||to_char(i)||')',
189: t_book_type_code(i));
190: fa_debug_pkg.add(l_calling_fn, 't_start_period_counter('||to_char(i)||')',
191: t_start_period_counter(i));
192: fa_debug_pkg.add(l_calling_fn, 't_end_period_counter('||to_char(i)||')',
193: t_end_period_counter(i));
194:
195: end if;
196:

Line 207: fa_debug_pkg.add(l_calling_fn, 'l_process_sgc', l_process_sgc, p_log_level_rec => g_log_level_rec);

203: l_process_sgc := FALSE;
204: end if;
205:
206: if (g_log_level_rec.statement_level) then
207: fa_debug_pkg.add(l_calling_fn, 'l_process_sgc', l_process_sgc, p_log_level_rec => g_log_level_rec);
208: end if;
209:
210: if (l_process_sgc) then
211: OPEN c_check_sg_used (t_super_group_id(i), t_book_type_code(i));

Line 219: fa_debug_pkg.add(l_calling_fn, 'Number of group assets fetched',

215:
216: FETCH c_check_sg_used BULK COLLECT INTO t_asset_id, t_dpis;
217:
218: if (g_log_level_rec.statement_level) then
219: fa_debug_pkg.add(l_calling_fn, 'Number of group assets fetched',
220: t_asset_id.COUNT, p_log_level_rec => g_log_level_rec);
221: end if;
222:
223: FOR j IN 1..t_asset_id.COUNT LOOP -- group asset for loop

Line 226: fa_debug_pkg.add(l_calling_fn, 't_asset_id('||to_char(j)||')',

222:
223: FOR j IN 1..t_asset_id.COUNT LOOP -- group asset for loop
224:
225: if (g_log_level_rec.statement_level) then
226: fa_debug_pkg.add(l_calling_fn, 't_asset_id('||to_char(j)||')',
227: t_asset_id(j));
228: end if;
229:
230: --=============================================

Line 292: fa_debug_pkg.add(l_calling_fn, 'Failed calling function',

288: if not FA_UTIL_PVT.get_asset_type_rec (
289: p_asset_hdr_rec => l_asset_hdr_rec,
290: px_asset_type_rec => l_asset_type_rec, p_log_level_rec => g_log_level_rec) then
291: if (g_log_level_rec.statement_level) then
292: fa_debug_pkg.add(l_calling_fn, 'Failed calling function',
293: 'FA_UTIL_PVT.get_asset_type_rec', p_log_level_rec => g_log_level_rec);
294: end if;
295:
296: raise fapsgc_err;

Line 303: fa_debug_pkg.add(l_calling_fn, 'Failed calling function',

299: if not FA_UTIL_PVT.get_asset_desc_rec (
300: p_asset_hdr_rec => l_asset_hdr_rec,
301: px_asset_desc_rec => l_asset_desc_rec, p_log_level_rec => g_log_level_rec) then
302: if (g_log_level_rec.statement_level) then
303: fa_debug_pkg.add(l_calling_fn, 'Failed calling function',
304: 'FA_UTIL_PVT.get_asset_desc_rec', p_log_level_rec => g_log_level_rec);
305: end if;
306:
307: raise fapsgc_err;

Line 315: fa_debug_pkg.add(l_calling_fn, 'Failed calling function',

311: p_asset_hdr_rec => l_asset_hdr_rec,
312: px_asset_cat_rec => l_asset_cat_rec,
313: p_date_effective => null, p_log_level_rec => g_log_level_rec) then
314: if (g_log_level_rec.statement_level) then
315: fa_debug_pkg.add(l_calling_fn, 'Failed calling function',
316: 'FA_UTIL_PVT.get_asset_cat_rec', p_log_level_rec => g_log_level_rec);
317: end if;
318:
319: raise fapsgc_err;

Line 324: fa_debug_pkg.add('-', '-----', '--------------------------', p_log_level_rec => g_log_level_rec);

320: end if;
321:
322:
323: if (g_log_level_rec.statement_level) then
324: fa_debug_pkg.add('-', '-----', '--------------------------', p_log_level_rec => g_log_level_rec);
325: fa_debug_pkg.add(l_calling_fn, 'Calling Adjustment API', t_asset_id(j));
326: fa_debug_pkg.add('-', '-----', '--------------------------', p_log_level_rec => g_log_level_rec);
327: end if;
328:

Line 325: fa_debug_pkg.add(l_calling_fn, 'Calling Adjustment API', t_asset_id(j));

321:
322:
323: if (g_log_level_rec.statement_level) then
324: fa_debug_pkg.add('-', '-----', '--------------------------', p_log_level_rec => g_log_level_rec);
325: fa_debug_pkg.add(l_calling_fn, 'Calling Adjustment API', t_asset_id(j));
326: fa_debug_pkg.add('-', '-----', '--------------------------', p_log_level_rec => g_log_level_rec);
327: end if;
328:
329: fa_adjustment_pub.do_adjustment

Line 326: fa_debug_pkg.add('-', '-----', '--------------------------', p_log_level_rec => g_log_level_rec);

322:
323: if (g_log_level_rec.statement_level) then
324: fa_debug_pkg.add('-', '-----', '--------------------------', p_log_level_rec => g_log_level_rec);
325: fa_debug_pkg.add(l_calling_fn, 'Calling Adjustment API', t_asset_id(j));
326: fa_debug_pkg.add('-', '-----', '--------------------------', p_log_level_rec => g_log_level_rec);
327: end if;
328:
329: fa_adjustment_pub.do_adjustment
330: (p_api_version => l_api_version,

Line 390: fa_debug_pkg.Write_Debug_Log;

386:
387:
388: -- Dump Debug messages when run in debug mode to log file
389: if (g_log_level_rec.statement_level) then
390: fa_debug_pkg.Write_Debug_Log;
391: end if;
392:
393: fa_srvr_msg.add_message(
394: calling_fn => 'fa_super_group_change.do_super_group_change',

Line 422: fa_debug_pkg.Write_Debug_Log;

418: END IF;
419: END IF;
420:
421: if (g_log_level_rec.statement_level) then
422: fa_debug_pkg.Write_Debug_Log;
423: end if;
424:
425: FND_MSG_PUB.Count_And_Get(p_count => h_msg_count,
426: p_data => h_msg_data);

Line 454: fa_debug_pkg.Write_Debug_Log;

450: token1 => 'PROGRAM',
451: value1 => 'FAPSGC', p_log_level_rec => g_log_level_rec);
452:
453: if (g_log_level_rec.statement_level) then
454: fa_debug_pkg.Write_Debug_Log;
455: end if;
456: FND_MSG_PUB.Count_And_Get(
457: p_count => h_msg_count,
458: p_data => h_msg_data);