DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FA_UTIL_PVT

Line 509: if not FA_UTIL_PVT.get_period_rec

505:
506: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
507:
508: -- load the period struct for current period info
509: if not FA_UTIL_PVT.get_period_rec
510: (p_book => l_book_type_code,
511: p_effective_date => NULL,
512: x_period_rec => l_period_rec
513: , p_log_level_rec => g_log_level_rec) then raise adj_err;

Line 811: if not FA_UTIL_PVT.get_asset_fin_rec

807: /*
808: if (l_amortization_start_date < l_period_rec.calendar_period_open_date) then
809:
810: -- get the existing fin info
811: if not FA_UTIL_PVT.get_asset_fin_rec
812: (p_asset_hdr_rec => l_asset_hdr_rec,
813: px_asset_fin_rec => l_asset_fin_rec_old,
814: p_transaction_header_id => NULL,
815: p_mrc_sob_type_code => 'P'