DBA Data[Home] [Help]

APPS.JG_ZZ_TURNOVER_AR_PKG dependencies on GL_CURRENCY_API

Line 328: if l_func_curr = gl_currency_api.get_euro_code() then

324: where currency_code = l_func_curr;
325:
326:
327: IF P_REPORT_NAME = 'JEBEVA24' THEN
328: if l_func_curr = gl_currency_api.get_euro_code() then
329: l_curr_factor := 100;
330: end if;
331: END IF;
332: