DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_DEBUG_PKG

Line 106: FA_DEBUG_PKG.Initialize;

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

Line 111: -- FA_DEBUG_PKG.Set_Debug_Flag;

107: END IF;
108:
109: -- bugfix 2158910 Override FA: PRINT_DEBUG profile option.
110: -- IF FND_API.To_Boolean(p_debug_flag) THEN
111: -- FA_DEBUG_PKG.Set_Debug_Flag;
112: -- ELSE
113: -- FA_DEBUG_PKG.Set_Debug_Flag('NO');
114: -- END IF;
115:

Line 113: -- FA_DEBUG_PKG.Set_Debug_Flag('NO');

109: -- bugfix 2158910 Override FA: PRINT_DEBUG profile option.
110: -- IF FND_API.To_Boolean(p_debug_flag) THEN
111: -- FA_DEBUG_PKG.Set_Debug_Flag;
112: -- ELSE
113: -- FA_DEBUG_PKG.Set_Debug_Flag('NO');
114: -- END IF;
115:
116: l_err_stage := 'validate required parameters';
117: -- -- dbms_output.put_line(l_err_stage);

Line 165: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code

161: raise FND_API.G_EXC_ERROR;
162: end if;
163:
164: if (g_log_level_rec.statement_level) then
165: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code
166: ,p_log_level_rec => g_log_level_rec);
167: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id
168: ,p_log_level_rec => g_log_level_rec);
169: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered

Line 167: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id

163:
164: if (g_log_level_rec.statement_level) then
165: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code
166: ,p_log_level_rec => g_log_level_rec);
167: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id
168: ,p_log_level_rec => g_log_level_rec);
169: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered
170: ,p_log_level_rec => g_log_level_rec);
171: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat'

Line 169: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered

165: fa_debug_pkg.add(l_calling_fn, 'Book', px_asset_hdr_rec.book_type_code
166: ,p_log_level_rec => g_log_level_rec);
167: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id
168: ,p_log_level_rec => g_log_level_rec);
169: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered
170: ,p_log_level_rec => g_log_level_rec);
171: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat'
172: ,p_log_level_rec => g_log_level_rec);
173: end if;

Line 171: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat'

167: fa_debug_pkg.add(l_calling_fn, 'Asset_id', px_asset_hdr_rec.asset_id
168: ,p_log_level_rec => g_log_level_rec);
169: fa_debug_pkg.add(l_calling_fn, 'Transaction_date_entered', px_trans_rec.transaction_date_entered
170: ,p_log_level_rec => g_log_level_rec);
171: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_TRX_APPROVAL_PKG.faxcat'
172: ,p_log_level_rec => g_log_level_rec);
173: end if;
174:
175: -- call asset level transaction approval

Line 351: fa_debug_pkg.add(l_calling_fn, 'Transaction_type_code', px_trans_rec.transaction_type_code

347: -- dbms_output.put_line('CRL Not Enabled');
348: px_trans_rec.transaction_type_code := 'RECLASS';
349:
350: if (g_log_level_rec.statement_level) then
351: fa_debug_pkg.add(l_calling_fn, 'Transaction_type_code', px_trans_rec.transaction_type_code
352: ,p_log_level_rec => g_log_level_rec);
353: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_RECLASS_PVT.do_reclass'
354: ,p_log_level_rec => g_log_level_rec);
355: end if;

Line 353: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_RECLASS_PVT.do_reclass'

349:
350: if (g_log_level_rec.statement_level) then
351: fa_debug_pkg.add(l_calling_fn, 'Transaction_type_code', px_trans_rec.transaction_type_code
352: ,p_log_level_rec => g_log_level_rec);
353: fa_debug_pkg.add(l_calling_fn, '-', 'calling FA_RECLASS_PVT.do_reclass'
354: ,p_log_level_rec => g_log_level_rec);
355: end if;
356:
357: