DBA Data[Home] [Help]

APPS.OKL_FUNDING_PVT dependencies on FND_SEQNUM

Line 3850: p_tapv_rec.invoice_number := fnd_seqnum.get_next_sequence

3846: --
3847: -- display specific application error if 'OKL Lease Pay Invoices' has not been setup or setup incorrectly
3848: --
3849: BEGIN
3850: p_tapv_rec.invoice_number := fnd_seqnum.get_next_sequence
3851: (appid => l_okl_application_id,
3852: cat_code => l_document_category,
3853: sobid => OKL_ACCOUNTING_UTIL.get_set_of_books_id,--l_set_of_books_id,
3854: met_code => 'A',