DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_UTIL_PVT

Line 249: if not FA_UTIL_PVT.get_inv_rec

245: l_src_inv_tbl := p_inv_tbl;
246:
247: for l_inv_index in 1..l_src_inv_tbl.count loop
248:
249: if not FA_UTIL_PVT.get_inv_rec
250: (px_inv_rec => l_src_inv_tbl(l_inv_index),
251: p_mrc_sob_type_code => 'P',
252: p_set_of_books_id => null,
253: p_log_level_rec => g_log_level_rec) then raise inv_xfr_err;

Line 383: if not FA_UTIL_PVT.get_period_rec

379: l_dest_asset_type_rec.asset_type := l_to_asset_type;
380:
381: -- Also need to load the date here to make it available to the event api
382: -- load the period struct for current period info
383: if not FA_UTIL_PVT.get_period_rec
384: (p_book => px_src_asset_hdr_rec.book_type_code,
385: p_effective_date => NULL,
386: x_period_rec => l_period_rec,
387: p_log_level_rec => g_log_level_rec) then