DBA Data[Home] [Help]

APPS.GMF_GL_GET_BASE_CUR dependencies on GL_SETS_OF_BOOKS

Line 10: from gl_sets_of_books sob,

6:
7: begin
8: select currency_code
9: into base_currency
10: from gl_sets_of_books sob,
11: ar_system_parameters_all ars
12: where sob.set_of_books_id = ars.set_of_books_id
13: and nvl(ars.org_id,0) = nvl(porg_id, nvl(ars.org_id,0));
14: