DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_RECLASS_PVT

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:

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

354: ,p_log_level_rec => g_log_level_rec);
355: end if;
356:
357:
358: l_err_stage:= 'calling FA_RECLASS_PVT.do_reclass';
359: -- dbms_output.put_line(l_err_stage);
360: if not FA_RECLASS_PVT.do_reclass(
361: px_trans_rec,
362: l_asset_desc_rec,

Line 360: if not FA_RECLASS_PVT.do_reclass(

356:
357:
358: l_err_stage:= 'calling FA_RECLASS_PVT.do_reclass';
359: -- dbms_output.put_line(l_err_stage);
360: if not FA_RECLASS_PVT.do_reclass(
361: px_trans_rec,
362: l_asset_desc_rec,
363: px_asset_hdr_rec,
364: l_asset_type_rec,