DBA Data[Home] [Help]

APPS.FA_INVOICE_PVT dependencies on FA_ASSET_INVOICES_S

Line 744: select FA_ASSET_INVOICES_S.nextval

740: if (l_inv_rec.source_line_id is not null) then
741: l_inv_rec.prior_source_line_id := l_inv_rec.source_line_id;
742: end if;
743:
744: select FA_ASSET_INVOICES_S.nextval
745: into l_inv_rec.source_line_id
746: from dual;
747:
748: