DBA Data[Home] [Help]

APPS.FA_INVOICE_PVT dependencies on FA_UTIL_PVT

Line 275: if not FA_UTIL_PVT.get_inv_rec

271: end if;
272:
273: -- set the source_line and sob in the local struct
274: l_inv_rec.source_line_Id := px_inv_tbl(l_row_count + 1).source_line_id;
275: if not FA_UTIL_PVT.get_inv_rec
276: (px_inv_rec => l_inv_rec,
277: p_mrc_sob_type_code => 'P',
278: p_set_of_books_id => null,
279: p_inv_trans_rec => px_inv_trans_rec, p_log_level_rec => p_log_level_rec) then