DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_RECLASS_PVT

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';

Line 351: l_err_stage:= 'calling FA_RECLASS_PVT.do_reclass';

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';
352: -- dbms_output.put_line(l_err_stage);
353: if not FA_RECLASS_PVT.do_reclass(
354: px_trans_rec,
355: l_asset_desc_rec,

Line 353: if not FA_RECLASS_PVT.do_reclass(

349:
350:
351: l_err_stage:= 'calling FA_RECLASS_PVT.do_reclass';
352: -- dbms_output.put_line(l_err_stage);
353: if not FA_RECLASS_PVT.do_reclass(
354: px_trans_rec,
355: l_asset_desc_rec,
356: px_asset_hdr_rec,
357: l_asset_type_rec,