DBA Data[Home] [Help]

APPS.ETRM_SEARCH dependencies on OWA_UTIL

Line 363: owa_util.mime_header('text/html', FALSE);

359: v_search := replace(c_search, '&', ' ');
360: v_search := replace(v_search, ' ', '%20');
361: -- Write context information to cookie
362: -- This wraps the following packages in an HTTP header
363: owa_util.mime_header('text/html', FALSE);
364:
365: -- Send some value to the target cookie for the next browser call
366: owa_cookie.send('etrm_search_context', v_search);
367:

Line 368: owa_util.http_header_close;

364:
365: -- Send some value to the target cookie for the next browser call
366: owa_cookie.send('etrm_search_context', v_search);
367:
368: owa_util.http_header_close;
369: uiutil.cabo1;
370: uiutil.cabo2a;
371: draw_buttons;
372: uiutil.cabo2b;