DBA Data[Home] [Help]

APPS.GMF_GL_GET_BASE_CUR dependencies on AR_SYSTEM_PARAMETERS_ALL

Line 11: ar_system_parameters_all ars

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:
15: return (base_currency);