[Home] [Help]
APPS.OKE_AGREEMENT_PVT dependencies on GL_SETS_OF_BOOKS
Line 317: from gl_sets_of_books g,
313: ) is
314:
315: cursor c_currency is
316: select currency_code
317: from gl_sets_of_books g,
318: pa_implementations_all p
319: where nvl(p_org_id, -99) = nvl(p.org_id, -99)
320: and p.set_of_books_id = g.set_of_books_id;
321: