DBA Data[Home] [Help]

APPS.FA_INVOICE_PVT dependencies on FA_UTIL_PVT

Line 269: if not FA_UTIL_PVT.get_inv_rec

265:
266: -- set the source_line and sob in the local struct
267: l_inv_rec.source_line_Id := px_inv_tbl(l_row_count + 1).source_line_id;
268:
269: if not FA_UTIL_PVT.get_inv_rec
270: (px_inv_rec => l_inv_rec,
271: p_mrc_sob_type_code => 'P',
272: p_inv_trans_rec => px_inv_trans_rec) then
273: raise error_found;