DBA Data[Home] [Help]

APPS.WF_FWKMON dependencies on OWA_UTIL

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

430:
431: l_validate := icx_sec.validateSessionPrivate(c_session_id => l_session_id,
432: c_validate_only => 'Y');
433:
434: owa_util.mime_header('text/html', FALSE);
435:
436: icx_sec.sendsessioncookie(l_session_id);
437:
438: -- Set the responsibility to the PREFERENCES responsibility (which

Line 520: owa_util.redirect_url(l_url);

516: '&'||'itemType='||l_itemType||
517: '&'||'itemKey='||l_itemKey||
518: '&'||'wia=Y';
519:
520: owa_util.redirect_url(l_url);
521:
522: end GuestMonitor;
523:
524: --