DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_MAN_PVT dependencies on FND_SEQNUM

Line 154: lp_tapv_rec.invoice_number := fnd_seqnum.get_next_sequence

150: OR p_man_inv_rec.Vendor_Invoice_Number = OKL_API.G_MISS_CHAR THEN
151:
152: lp_tapv_rec.invoice_number := NULL;
153:
154: lp_tapv_rec.invoice_number := fnd_seqnum.get_next_sequence
155: (appid => l_okl_application_id,
156: cat_code => l_document_category,
157: sobid => lp_tapv_rec.set_of_books_id,
158: met_code => 'A',