DBA Data[Home] [Help]

APPS.ETRM_PNAV dependencies on OWA_UTIL

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

2063: end if;
2064:
2065: -- Write context information to cookie
2066: -- This wraps the following packages in an HTTP header
2067: owa_util.mime_header('text/html', FALSE);
2068:
2069: -- Send some value to the target cookie for the next browser call
2070: owa_cookie.send('etrm_pnav_context', v_context);
2071:

Line 2075: owa_util.http_header_close;

2071:
2072: -- Note: The following would cause the target cookie to expire
2073: -- owa_cookie.remove('etrm_pnav_context');
2074:
2075: owa_util.http_header_close;
2076:
2077: if (v_name = '%'
2078: and v_owner = '%'
2079: and v_type = '%'