DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FA_UTIL_PVT

Line 423: if not FA_UTIL_PVT.get_period_rec

419:
420: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
421:
422: -- load the period struct for current period info
423: if not FA_UTIL_PVT.get_period_rec
424: (p_book => l_book_type_code,
425: p_effective_date => NULL,
426: x_period_rec => l_period_rec,
427: p_log_level_rec => g_log_level_rec) then raise adj_err;

Line 729: if not FA_UTIL_PVT.get_asset_fin_rec

725: /*
726: if (l_amortization_start_date < l_period_rec.calendar_period_open_date) then
727:
728: -- get the existing fin info
729: if not FA_UTIL_PVT.get_asset_fin_rec
730: (p_asset_hdr_rec => l_asset_hdr_rec,
731: px_asset_fin_rec => l_asset_fin_rec_old,
732: p_transaction_header_id => NULL,
733: p_mrc_sob_type_code => 'P',