DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_TRX_APPROVAL_PKG

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 184: l_err_stage:= 'FA_TRX_APPROVAL_PKG.faxcat';

180:
181: -- call asset level transaction approval
182: -- only if not called from mass process
183: if nvl(p_recl_opt_rec.mass_request_id, -1) = -1 then
184: l_err_stage:= 'FA_TRX_APPROVAL_PKG.faxcat';
185: -- dbms_output.put_line(l_err_stage);
186: if NOT FA_TRX_APPROVAL_PKG.faxcat(
187: X_book =>px_asset_hdr_rec.book_type_code,
188: X_asset_id =>px_asset_hdr_rec.asset_id,

Line 186: if NOT FA_TRX_APPROVAL_PKG.faxcat(

182: -- only if not called from mass process
183: if nvl(p_recl_opt_rec.mass_request_id, -1) = -1 then
184: l_err_stage:= 'FA_TRX_APPROVAL_PKG.faxcat';
185: -- dbms_output.put_line(l_err_stage);
186: if NOT FA_TRX_APPROVAL_PKG.faxcat(
187: X_book =>px_asset_hdr_rec.book_type_code,
188: X_asset_id =>px_asset_hdr_rec.asset_id,
189: X_trx_type =>'RECLASS',
190: X_trx_date =>px_trans_rec.transaction_date_entered,