DBA Data[Home] [Help]

APPS.AST_OFL_EVENT_INFO_PARAM dependencies on AST_OFL_EVENT_INFO_PARAM

Line 1: PACKAGE BODY ast_ofl_event_info_param AS

1: PACKAGE BODY ast_ofl_event_info_param AS
2: /* $Header: astrtipb.pls 115.12 2002/02/06 10:44:44 pkm ship $ */
3:
4: /*
5: Date Remarks

Line 135: htp.p('winpbook=window.open(''ast_ofl_event_info_param.popup_window'',''pbook'', ''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=0,top=0,width=650,height=410'');');

131:
132: htp.p('window.name = "bigwindow";');
133: htp.p('function btn_press()');
134: htp.p('{');
135: htp.p('winpbook=window.open(''ast_ofl_event_info_param.popup_window'',''pbook'', ''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=0,top=0,width=650,height=410'');');
136: htp.p('winpbook.focus();');
137: htp.p('}');
138:
139: htp.p('window.name = "bigwindow";');

Line 142: htp.p('winpbook=window.open(''ast_ofl_event_info_param.high_popup_window'',''pbook'', ''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=0,top=0,width=650,height=410'');');

138:
139: htp.p('window.name = "bigwindow";');
140: htp.p('function btn_press_high()');
141: htp.p('{');
142: htp.p('winpbook=window.open(''ast_ofl_event_info_param.high_popup_window'',''pbook'', ''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=0,top=0,width=650,height=410'');');
143: htp.p('winpbook.focus();');
144: htp.p('}');
145:
146: htp.p(' function validateForm(objform) {');

Line 382: htp.formOpen('AST_OFL_EVENT_INFO_PARAM.popup_window','POST');

378: htp.headClose;
379: htp.p('');
380: htp.p('

');
381: htp.bold('Search Events');
382: htp.formOpen('AST_OFL_EVENT_INFO_PARAM.popup_window','POST');
383: htp.tableOpen;
384: htp.tableRowOpen;
385: htp.tableData('Event Code: ');
386: htp.tableData(htf.formText('p_event_code',null,null,nvl(p_event_code,'%')));

Line 468: htp.formOpen('AST_OFL_EVENT_INFO_PARAM.high_popup_window','POST');

464: htp.headClose;
465: htp.p('');
466: htp.p('

');
467: htp.bold('Search Events');
468: htp.formOpen('AST_OFL_EVENT_INFO_PARAM.high_popup_window','POST');
469: htp.tableOpen;
470: htp.tableRowOpen;
471: htp.tableData('Event Code: ');
472: htp.tableData(htf.formText('p_event_code',null,null,nvl(p_event_code,'%')));