DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on FND_CURRENCIES

Line 358: FROM gl_sets_of_books sob, financials_system_params_all fsp,fnd_currencies fc

354:
355: -- Get functional currency for this organization
356: v_debug_status := 'CURRENCY_CODE';
357: SELECT sob.currency_code, fc.precision INTO v_functional_currency_code, v_currency_precision
358: FROM gl_sets_of_books sob, financials_system_params_all fsp,fnd_currencies fc
359: WHERE nvl(fsp.org_id,-9999) = nvl(g_header_rec.org_id,-9999)
360: AND sob.set_of_books_id = fsp.set_of_books_id
361: AND sob.currency_code = fc.currency_code;
362: