DBA Data[Home] [Help]

APPS.AST_OFL_ACCESSES_REPORT dependencies on OWA_UTIL

Line 148: htp.formOpen(owa_util.Get_Owa_Service_Path || 'ast_ofl_accesses_report_pkg.accesses_wrapper', cattributes => ' NAME="param"');

144:
145: IF (icx_sec.validateSession(c_commit => FALSE))
146: THEN
147: l_user_id := icx_sec.getID(icx_sec.pv_user_id); -- Returns login user Id
148: htp.formOpen(owa_util.Get_Owa_Service_Path || 'ast_ofl_accesses_report_pkg.accesses_wrapper', cattributes => ' NAME="param"');
149: header;
150: htp.htmlOpen;
151: htp.headOpen;
152: htp.title('Accesses Report');

Line 267: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');

263:
264: PROCEDURE footer
265: IS
266: BEGIN
267: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
268: htp.htmlOpen;
269: htp.tableRowOpen;
270: htp.tableData(htf.hr, cRowSpan => '1', cColSpan => '190', cNoWrap => 'TRUE');
271: htp.tableRowClose;

Line 274: htp.formOpen(owa_util.Get_Owa_Service_Path || 'ast_ofl_accesses_report_pkg.accesses_wrapper', cAttributes => ' NAME="param"');

270: htp.tableData(htf.hr, cRowSpan => '1', cColSpan => '190', cNoWrap => 'TRUE');
271: htp.tableRowClose;
272: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
273: htp.tableRowOpen;
274: htp.formOpen(owa_util.Get_Owa_Service_Path || 'ast_ofl_accesses_report_pkg.accesses_wrapper', cAttributes => ' NAME="param"');
275: htp.tableData(htf.formSubmit(cValue => 'OK', cAttributes => ' onMouseOver="window.status=''OK'';return true"'));
276: htp.tableData( '');
277: htp.tableData( '');
278: htp.tableRowClose;