DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_DEBUG_PKG

Line 110: FA_DEBUG_PKG.Initialize;

106: IF FND_API.To_Boolean(p_init_msg_list) THEN
107: -- Initialize error message stack.
108: FA_SRVR_MSG.Init_Server_Message;
109: -- Initialize debug message stack.
110: FA_DEBUG_PKG.Initialize;
111: END IF;
112:
113: -- bugfix 2158910 Override FA: PRINT_DEBUG profile option.
114: -- IF FND_API.To_Boolean(p_debug_flag) THEN

Line 115: -- FA_DEBUG_PKG.Set_Debug_Flag;

111: END IF;
112:
113: -- bugfix 2158910 Override FA: PRINT_DEBUG profile option.
114: -- IF FND_API.To_Boolean(p_debug_flag) THEN
115: -- FA_DEBUG_PKG.Set_Debug_Flag;
116: -- ELSE
117: -- FA_DEBUG_PKG.Set_Debug_Flag('NO', p_log_level_rec => g_log_level_rec);
118: -- END IF;
119:

Line 117: -- FA_DEBUG_PKG.Set_Debug_Flag('NO', p_log_level_rec => g_log_level_rec);

113: -- bugfix 2158910 Override FA: PRINT_DEBUG profile option.
114: -- IF FND_API.To_Boolean(p_debug_flag) THEN
115: -- FA_DEBUG_PKG.Set_Debug_Flag;
116: -- ELSE
117: -- FA_DEBUG_PKG.Set_Debug_Flag('NO', p_log_level_rec => g_log_level_rec);
118: -- END IF;
119:
120: l_err_stage := 'validate required parameters';
121: -- -- dbms_output.put_line(l_err_stage);

Line 175: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code, p_log_level_rec => g_log_level_rec);

171: raise FND_API.G_EXC_ERROR;
172: end if;
173:
174: if (g_log_level_rec.statement_level) then
175: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code, p_log_level_rec => g_log_level_rec);
176: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id, p_log_level_rec => g_log_level_rec);
177: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered, p_log_level_rec => g_log_level_rec);
178: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat', p_log_level_rec => g_log_level_rec);
179: end if;

Line 176: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id, p_log_level_rec => g_log_level_rec);

172: end if;
173:
174: if (g_log_level_rec.statement_level) then
175: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code, p_log_level_rec => g_log_level_rec);
176: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id, p_log_level_rec => g_log_level_rec);
177: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered, p_log_level_rec => g_log_level_rec);
178: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat', p_log_level_rec => g_log_level_rec);
179: end if;
180:

Line 177: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered, p_log_level_rec => g_log_level_rec);

173:
174: if (g_log_level_rec.statement_level) then
175: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code, p_log_level_rec => g_log_level_rec);
176: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id, p_log_level_rec => g_log_level_rec);
177: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered, p_log_level_rec => g_log_level_rec);
178: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat', p_log_level_rec => g_log_level_rec);
179: end if;
180:
181: -- call asset level transaction approval

Line 178: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat', p_log_level_rec => g_log_level_rec);

174: if (g_log_level_rec.statement_level) then
175: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code, p_log_level_rec => g_log_level_rec);
176: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id, p_log_level_rec => g_log_level_rec);
177: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered, p_log_level_rec => g_log_level_rec);
178: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat', p_log_level_rec => g_log_level_rec);
179: end if;
180:
181: -- call asset level transaction approval
182: -- only if not called from mass process

Line 346: fa_debug_pkg.add(l_calling_fn, 'Transaction_type_code', px_trans_rec.transaction_type_code , p_log_level_rec => g_log_level_rec);

342: -- dbms_output.put_line('CRL Not Enabled');
343: px_trans_rec.transaction_type_code := 'RECLASS';
344:
345: if (g_log_level_rec.statement_level) then
346: fa_debug_pkg.add(l_calling_fn, 'Transaction_type_code', px_trans_rec.transaction_type_code , p_log_level_rec => g_log_level_rec);
347: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_RECLASS_PVT.do_reclass', p_log_level_rec => g_log_level_rec);
348: end if;
349:
350:

Line 347: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_RECLASS_PVT.do_reclass', p_log_level_rec => g_log_level_rec);

343: px_trans_rec.transaction_type_code := 'RECLASS';
344:
345: if (g_log_level_rec.statement_level) then
346: fa_debug_pkg.add(l_calling_fn, 'Transaction_type_code', px_trans_rec.transaction_type_code , p_log_level_rec => g_log_level_rec);
347: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_RECLASS_PVT.do_reclass', p_log_level_rec => g_log_level_rec);
348: end if;
349:
350:
351: l_err_stage:= 'calling FA_RECLASS_PVT.do_reclass';