DBA Data[Home] [Help]

APPS.AST_OFL_TERR_ACC_CLASS_PARAM dependencies on HTP

Line 36: htp.htmlopen;

32: -- Changed for 11i AJScott
33: -- select to_char(sysdate,G_DATE_FORMAT) into v_date_time from dual;
34: select fnd_date.date_to_chardate(sysdate) into v_date_time from dual;
35:
36: htp.htmlopen;
37: htp.headOpen;
38: htp.title('Account Classification Report');
39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');

Line 37: htp.headOpen;

33: -- select to_char(sysdate,G_DATE_FORMAT) into v_date_time from dual;
34: select fnd_date.date_to_chardate(sysdate) into v_date_time from dual;
35:
36: htp.htmlopen;
37: htp.headOpen;
38: htp.title('Account Classification Report');
39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');

Line 38: htp.title('Account Classification Report');

34: select fnd_date.date_to_chardate(sysdate) into v_date_time from dual;
35:
36: htp.htmlopen;
37: htp.headOpen;
38: htp.title('Account Classification Report');
39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );

Line 39: htp.headClose;

35:
36: htp.htmlopen;
37: htp.headOpen;
38: htp.title('Account Classification Report');
39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));

Line 40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');

36: htp.htmlopen;
37: htp.headOpen;
38: htp.title('Account Classification Report');
39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');

Line 41: htp.tableOpen('border="0" ');

37: htp.headOpen;
38: htp.title('Account Classification Report');
39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');

Line 42: htp.tableRowOpen( calign => 'TOP' );

38: htp.title('Account Classification Report');
39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;

Line 43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));

39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;

Line 44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');

40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );

Line 45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');

41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
49: htp.tableRowOpen( cvalign => 'top' );

Line 46: htp.tableRowClose;

42: htp.tableRowOpen( calign => 'TOP' );
43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
49: htp.tableRowOpen( cvalign => 'top' );
50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');

Line 47: htp.tableClose;

43: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
49: htp.tableRowOpen( cvalign => 'top' );
50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||

Line 48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );

44: htp.tableData( '' || 'Account Classification Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
49: htp.tableRowOpen( cvalign => 'top' );
50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
52: '
', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');

Line 49: htp.tableRowOpen( cvalign => 'top' );

45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
49: htp.tableRowOpen( cvalign => 'top' );
50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
52: '
', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
53: htp.tableData( ' ', ccolspan => '6');

Line 50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');

46: htp.tableRowClose;
47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
49: htp.tableRowOpen( cvalign => 'top' );
50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
52: '
', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
53: htp.tableData( ' ', ccolspan => '6');
54: htp.Br;

Line 51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||

47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
49: htp.tableRowOpen( cvalign => 'top' );
50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
52: '', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
53: htp.tableData( ' ', ccolspan => '6');
54: htp.Br;
55: htp.tableRowClose;

Line 53: htp.tableData( ' ', ccolspan => '6');

49: htp.tableRowOpen( cvalign => 'top' );
50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
52: '
', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
53: htp.tableData( ' ', ccolspan => '6');
54: htp.Br;
55: htp.tableRowClose;
56: htp.tableClose;
57: htp.bodyClose;

Line 54: htp.Br;

50: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
52: '
', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
53: htp.tableData( ' ', ccolspan => '6');
54: htp.Br;
55: htp.tableRowClose;
56: htp.tableClose;
57: htp.bodyClose;
58: htp.headClose;

Line 55: htp.tableRowClose;

51: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
52: '
', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
53: htp.tableData( ' ', ccolspan => '6');
54: htp.Br;
55: htp.tableRowClose;
56: htp.tableClose;
57: htp.bodyClose;
58: htp.headClose;
59: htp.htmlClose;

Line 56: htp.tableClose;

52: '', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
53: htp.tableData( ' ', ccolspan => '6');
54: htp.Br;
55: htp.tableRowClose;
56: htp.tableClose;
57: htp.bodyClose;
58: htp.headClose;
59: htp.htmlClose;
60: end;

Line 57: htp.bodyClose;

53: htp.tableData( ' ', ccolspan => '6');
54: htp.Br;
55: htp.tableRowClose;
56: htp.tableClose;
57: htp.bodyClose;
58: htp.headClose;
59: htp.htmlClose;
60: end;
61: -----------------------------------------------------------------------------------------------

Line 58: htp.headClose;

54: htp.Br;
55: htp.tableRowClose;
56: htp.tableClose;
57: htp.bodyClose;
58: htp.headClose;
59: htp.htmlClose;
60: end;
61: -----------------------------------------------------------------------------------------------
62: procedure terr_acc_class_param is

Line 59: htp.htmlClose;

55: htp.tableRowClose;
56: htp.tableClose;
57: htp.bodyClose;
58: htp.headClose;
59: htp.htmlClose;
60: end;
61: -----------------------------------------------------------------------------------------------
62: procedure terr_acc_class_param is
63:

Line 89: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_acc_class_report.report_wrapper',

85: header;
86:
87: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
88: -------------------- Returns login user Id--------------------------
89: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_acc_class_report.report_wrapper',
90: cattributes => ' NAME="param"');
91: htp.htmlopen;
92: htp.headOpen;
93: htp.title('Account Classification Report');

Line 91: htp.htmlopen;

87: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
88: -------------------- Returns login user Id--------------------------
89: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_acc_class_report.report_wrapper',
90: cattributes => ' NAME="param"');
91: htp.htmlopen;
92: htp.headOpen;
93: htp.title('Account Classification Report');
94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');

Line 92: htp.headOpen;

88: -------------------- Returns login user Id--------------------------
89: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_acc_class_report.report_wrapper',
90: cattributes => ' NAME="param"');
91: htp.htmlopen;
92: htp.headOpen;
93: htp.title('Account Classification Report');
94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableopen;

Line 93: htp.title('Account Classification Report');

89: htp.FormOpen(owa_util.Get_Owa_Service_Path||'AST_OFL_TERR_acc_class_report.report_wrapper',
90: cattributes => ' NAME="param"');
91: htp.htmlopen;
92: htp.headOpen;
93: htp.title('Account Classification Report');
94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableopen;
97: htp.tableRowOpen( cvalign => 'top' );

Line 94: htp.headClose;

90: cattributes => ' NAME="param"');
91: htp.htmlopen;
92: htp.headOpen;
93: htp.title('Account Classification Report');
94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableopen;
97: htp.tableRowOpen( cvalign => 'top' );
98: htp.tableData( ' ', cattributes => ' height=9');

Line 95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');

91: htp.htmlopen;
92: htp.headOpen;
93: htp.title('Account Classification Report');
94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableopen;
97: htp.tableRowOpen( cvalign => 'top' );
98: htp.tableData( ' ', cattributes => ' height=9');
99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');

Line 96: htp.tableopen;

92: htp.headOpen;
93: htp.title('Account Classification Report');
94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableopen;
97: htp.tableRowOpen( cvalign => 'top' );
98: htp.tableData( ' ', cattributes => ' height=9');
99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');
100: htp.tableData( ' ');

Line 97: htp.tableRowOpen( cvalign => 'top' );

93: htp.title('Account Classification Report');
94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableopen;
97: htp.tableRowOpen( cvalign => 'top' );
98: htp.tableData( ' ', cattributes => ' height=9');
99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');
100: htp.tableData( ' ');
101: htp.tableRowClose;

Line 98: htp.tableData( ' ', cattributes => ' height=9');

94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableopen;
97: htp.tableRowOpen( cvalign => 'top' );
98: htp.tableData( ' ', cattributes => ' height=9');
99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');
100: htp.tableData( ' ');
101: htp.tableRowClose;
102: htp.tableClose;

Line 99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');

95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableopen;
97: htp.tableRowOpen( cvalign => 'top' );
98: htp.tableData( ' ', cattributes => ' height=9');
99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');
100: htp.tableData( ' ');
101: htp.tableRowClose;
102: htp.tableClose;
103: htp.tableOpen(cattributes=>'width="600" ');

Line 100: htp.tableData( ' ');

96: htp.tableopen;
97: htp.tableRowOpen( cvalign => 'top' );
98: htp.tableData( ' ', cattributes => ' height=9');
99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');
100: htp.tableData( ' ');
101: htp.tableRowClose;
102: htp.tableClose;
103: htp.tableOpen(cattributes=>'width="600" ');
104:

Line 101: htp.tableRowClose;

97: htp.tableRowOpen( cvalign => 'top' );
98: htp.tableData( ' ', cattributes => ' height=9');
99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');
100: htp.tableData( ' ');
101: htp.tableRowClose;
102: htp.tableClose;
103: htp.tableOpen(cattributes=>'width="600" ');
104:
105: htp.tableRowOpen();

Line 102: htp.tableClose;

98: htp.tableData( ' ', cattributes => ' height=9');
99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');
100: htp.tableData( ' ');
101: htp.tableRowClose;
102: htp.tableClose;
103: htp.tableOpen(cattributes=>'width="600" ');
104:
105: htp.tableRowOpen();
106: htp.p('Select Output Format');

Line 103: htp.tableOpen(cattributes=>'width="600" ');

99: htp.tableData( '' || '', calign => 'right', crowspan => '2', ccolspan => '3', cattributes => ' width=154');
100: htp.tableData( ' ');
101: htp.tableRowClose;
102: htp.tableClose;
103: htp.tableOpen(cattributes=>'width="600" ');
104:
105: htp.tableRowOpen();
106: htp.p('Select Output Format');
107: htp.p('');

Line 105: htp.tableRowOpen();

101: htp.tableRowClose;
102: htp.tableClose;
103: htp.tableOpen(cattributes=>'width="600" ');
104:
105: htp.tableRowOpen();
106: htp.p('Select Output Format');
107: htp.p('');
108: htp.p ('');
109: htp.FormSelectOption('Excel');
110: htp.FormSelectOption('HTML',cselected => 'TRUE');

Line 107: htp.p('');

103: htp.tableOpen(cattributes=>'width="600" ');
104:
105: htp.tableRowOpen();
106: htp.p('Select Output Format');
107: htp.p('');
108: htp.p ('');

104:
105: htp.tableRowOpen();
106: htp.p('Select Output Format');
107: htp.p('');
108: htp.p ('');
109: htp.FormSelectOption('Excel');
110: htp.FormSelectOption('HTML',cselected => 'TRUE');
111: htp.FormSelectClose;
112: htp.tableRowClose;
113:

Line 110: htp.FormSelectOption('HTML',cselected => 'TRUE');

106: htp.p('Select Output Format');
107: htp.p('');
108: htp.p ('');
109: htp.FormSelectOption('Excel');
110: htp.FormSelectOption('HTML',cselected => 'TRUE');
111: htp.FormSelectClose;
112: htp.tableRowClose;
113:
114: --htp.tableRowClose;
115:

Line 112: htp.tableRowClose;

108: htp.p ('');

Line 150: htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));

146: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
147: htp.tableRowOpen;
148: htp.formOpen( curl => l_agent||'/AST_OFL_TERR_acc_class_report.report_wrapper', cmethod => 'GET',
149: cattributes => ' NAME="MyForm" TARGET="_top"');
150: htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));
151:
152: --htp.tableData( '');
153: htp.tableData( '');
154: htp.tableData( '');

Line 152: --htp.tableData( '');

148: htp.formOpen( curl => l_agent||'/AST_OFL_TERR_acc_class_report.report_wrapper', cmethod => 'GET',
149: cattributes => ' NAME="MyForm" TARGET="_top"');
150: htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));
151:
152: --htp.tableData( '');
153: htp.tableData( '');
154: htp.tableData( '');
155: htp.tableRowClose;
156: htp.tableClose;

Line 153: htp.tableData( '');

149: cattributes => ' NAME="MyForm" TARGET="_top"');
150: htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));
151:
152: --htp.tableData( '');
153: htp.tableData( '');
154: htp.tableData( '');
155: htp.tableRowClose;
156: htp.tableClose;
157: htp.htmlClose;

Line 154: htp.tableData( '');

150: htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));
151:
152: --htp.tableData( '');
153: htp.tableData( '');
154: htp.tableData( '');
155: htp.tableRowClose;
156: htp.tableClose;
157: htp.htmlClose;
158: END footer;

Line 155: htp.tableRowClose;

151:
152: --htp.tableData( '');
153: htp.tableData( '');
154: htp.tableData( '');
155: htp.tableRowClose;
156: htp.tableClose;
157: htp.htmlClose;
158: END footer;
159: END;

Line 156: htp.tableClose;

152: --htp.tableData( '');
153: htp.tableData( '');
154: htp.tableData( '');
155: htp.tableRowClose;
156: htp.tableClose;
157: htp.htmlClose;
158: END footer;
159: END;

Line 157: htp.htmlClose;

153: htp.tableData( '');
154: htp.tableData( '');
155: htp.tableRowClose;
156: htp.tableClose;
157: htp.htmlClose;
158: END footer;
159: END;