DBA Data[Home] [Help]

APPS.AST_OFL_ACCESSES_REPORT dependencies on AST_OFL_ACCESSES_REPORT

Line 1: PACKAGE BODY AST_OFL_ACCESSES_REPORT

1: PACKAGE BODY AST_OFL_ACCESSES_REPORT
2: /* $Header: astrtacb.pls 115.10 2002/02/06 12:33:03 pkm ship $ */
3: AS
4: g_image_prefix VARCHAR2(250) := '/OA_MEDIA/' || icx_sec.getid(icx_sec.pv_language_code) || '/';
5: l_agent VARCHAR2(200);

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 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;

Line 283: END AST_OFL_ACCESSES_REPORT;

279: htp.tableClose;
280: htp.htmlClose;
281: END footer;
282:
283: END AST_OFL_ACCESSES_REPORT;