DBA Data[Home] [Help]

APPS.AST_OFL_LEAD_ACC_PARAM SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 34

     select fnd_date.date_to_chardate(sysdate) into v_date_time from dual;
Line: 51

     htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK.  ') ||
                    '', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
Line: 105

       htp.p('    var s_day = objform.p_sd_date.selectedIndex;');
Line: 106

       htp.p('    var s_month = objform.p_sm_date.selectedIndex;');
Line: 107

       htp.p('    var s_year = objform.p_sy_date.selectedIndex;');
Line: 142

       htp.p('Select Output Format');
Line: 144

       htp.p ('');
Line: 158

	           htp.FormSelectOption(day_data(i),
			cattributes => ' value= '||day_data(i),
			cselected => 'TRUE' );
Line: 162

       htp.FormSelectClose;
Line: 166

     htp.p ('');
Line: 181

	htp.FormSelectOption('JAN',cselected => 'TRUE');
Line: 182

	htp.FormSelectOption('FEB');
Line: 183

	htp.FormSelectOption('MAR');
Line: 184

	htp.FormSelectOption('APR');
Line: 185

	htp.FormSelectOption('MAY');
Line: 186

	htp.FormSelectOption('JUN');
Line: 187

	htp.FormSelectOption('JUL');
Line: 188

	htp.FormSelectOption('AUG');
Line: 189

	htp.FormSelectOption('SEP');
Line: 190

	htp.FormSelectOption('OCT');
Line: 191

	htp.FormSelectOption('NOV');
Line: 192

	htp.FormSelectOption('DEC');
Line: 193

     htp.FormSelectClose;
Line: 196

     htp.p ('