352: l_Image_Directory := FND_WEB_CONFIG.TRAIL_SLASH(get_images_server);
353:
354: l_home_URL := BIS_REPORT_UTIL_PVT.Get_Home_URL;
355:
356: l_section_header := FND_MESSAGE.GET_STRING('BIS','BIS_SPECIFY_PARAMS');
357:
358: l_HTML_Header :=
359: '
1186: /*
1187:
1188:
'|| fnd_message.get_string('BIS', 'ASOF') || ' ' 1191: || fnd_date.date_to_charDT(sysdate) 1192: --||' '||fnd_message.get_string('BIS', 'CURRENCY')||' = '||pReportCurrency 1193: ||' |
'|| fnd_message.get_string('BIS', 'ASOF') || ' ' 1191: || fnd_date.date_to_charDT(sysdate) 1192: --||' '||fnd_message.get_string('BIS', 'CURRENCY')||' = '||pReportCurrency 1193: ||' | |