DBA Data[Home] [Help]

APPS.JG_ZZ_TURNOVER_AR_PKG dependencies on GL_CURRENCY_API

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

364: fnd_file.put_line(fnd_file.log,'Error Message :'||SUBSTR(SQLERRM,1,200));
365: END;
366:
367: IF P_REPORT_NAME = 'JEBEVA24' THEN
368: if l_func_curr = gl_currency_api.get_euro_code() then
369: l_curr_factor := 100;
370: end if;
371: END IF;
372: