DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on GL_SETS_OF_BOOKS

Line 318: from gl_sets_of_books g,

314: ) is
315:
316: cursor c_currency is
317: select currency_code
318: from gl_sets_of_books g,
319: pa_implementations_all p
320: where nvl(p_org_id, -99) = nvl(p.org_id, -99)
321: and p.set_of_books_id = g.set_of_books_id;
322: