DBA Data[Home] [Help]

APPS.ETRM_FNDNAV dependencies on OWA_UTIL

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

1767: v_type := replace(c_type, '*', '%');
1768:
1769: -- Write context information to cookie
1770: -- This wraps the following packages in an HTTP header
1771: owa_util.mime_header('text/html', FALSE);
1772:
1773: -- Send some value to the target cookie for the next browser call
1774: owa_cookie.send('etrm_fndnav_context', v_context);
1775:

Line 1779: owa_util.http_header_close;

1775:
1776: -- Note: The following would cause the target cookie to expire
1777: -- owa_cookie.remove('etrm_fndnav_context');
1778:
1779: owa_util.http_header_close;
1780:
1781: if (c_type not in ('TABLE', 'VIEW', 'CONCURRENT', 'LOOKUP', 'FILE', 'EVENT', '%', '*')) then
1782: uiutil.cabo1;
1783: uiutil.cabo2a;