DBA Data[Home] [Help]

APPS.OKL_FUNDING_PVT dependencies on FND_SEQNUM

Line 3720: p_tapv_rec.invoice_number := fnd_seqnum.get_next_sequence

3716: --
3717: -- display specific application error if 'OKL Lease Pay Invoices' has not been setup or setup incorrectly
3718: --
3719: BEGIN
3720: p_tapv_rec.invoice_number := fnd_seqnum.get_next_sequence
3721: (appid => l_okl_application_id,
3722: cat_code => l_document_category,
3723: sobid => OKL_ACCOUNTING_UTIL.get_set_of_books_id,--l_set_of_books_id,
3724: met_code => 'A',