DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_UTIL_PVT

Line 213: if not FA_UTIL_PVT.get_inv_rec

209: l_src_inv_tbl := p_inv_tbl;
210:
211: for l_inv_index in 1..l_src_inv_tbl.count loop
212:
213: if not FA_UTIL_PVT.get_inv_rec
214: (px_inv_rec => l_src_inv_tbl(l_inv_index),
215: p_mrc_sob_type_code => 'P',
216: p_log_level_rec => g_log_level_rec) then raise inv_xfr_err;
217: end if;

Line 351: if not FA_UTIL_PVT.get_period_rec

347: from dual;
348:
349: -- Also need to load the date here to make it available to the event api
350: -- load the period struct for current period info
351: if not FA_UTIL_PVT.get_period_rec
352: (p_book => px_src_asset_hdr_rec.book_type_code,
353: p_effective_date => NULL,
354: x_period_rec => l_period_rec,
355: p_log_level_rec => g_log_level_rec) then