DBA Data[Home] [Help]

APPS.BIS_ERROR_MESSAGE_FORM_PVT dependencies on HTP

Line 34: htp.p('');

49: popupWin.document.write("'||p_msg_window_text||'");
50: popupWin.document.close();
51:
52: }');
53: htp.p('');
54:
55: EXCEPTION
56: WHEN NO_DATA_FOUND THEN
57: x_return_status := FND_API.G_RET_STS_ERROR ;

Line 106: -- htp.header(3, l_str);

102: , x_msg_window_text => l_str
103: , x_return_status => x_return_status
104: , x_error_Tbl => x_error_Tbl
105: );
106: -- htp.header(3, l_str);
107: BIS_ERROR_MESSAGE_FORM_PVT.Put_Errors
108: ( p_api_version => p_api_version
109: , p_msg_window_text => l_str
110: , x_return_status => x_return_status

Line 151: htp.p('');

Line 172: htp.p('}');

168: htp.p('document.'||p_form_name||'.'||G_ERROR_VARIABLE_NAME||'.value=0;');
169: htp.p('alert(document.'||p_form_name||'.'||G_ERROR_VARIABLE_NAME||'.value);');
170: end if;
171:
172: htp.p('}');
173: htp.p('');
174: EXCEPTION
175: WHEN NO_DATA_FOUND THEN
176: x_return_status := FND_API.G_RET_STS_ERROR ;

Line 173: htp.p('');

169: htp.p('alert(document.'||p_form_name||'.'||G_ERROR_VARIABLE_NAME||'.value);');
170: end if;
171:
172: htp.p('}');
173: htp.p('');
174: EXCEPTION
175: WHEN NO_DATA_FOUND THEN
176: x_return_status := FND_API.G_RET_STS_ERROR ;
177: RAISE FND_API.G_EXC_ERROR;

Line 209: htp.p('');

Line 242: htp.p('}'); --- closes the javascript if

238: -- htp.p('history.go(-1);');
239: --htp.p('location.reload(true);');
240: -- htp.p('alert("AFTER : " + document.'||p_form_name||'.'||G_ERROR_VARIABLE_NAME||'.value);');
241:
242: htp.p('}'); --- closes the javascript if
243: htp.p('}'); --- closes the function definition
244: htp.p('');
245: EXCEPTION
246: WHEN NO_DATA_FOUND THEN

Line 243: htp.p('}'); --- closes the function definition

239: --htp.p('location.reload(true);');
240: -- htp.p('alert("AFTER : " + document.'||p_form_name||'.'||G_ERROR_VARIABLE_NAME||'.value);');
241:
242: htp.p('}'); --- closes the javascript if
243: htp.p('}'); --- closes the function definition
244: htp.p('');
245: EXCEPTION
246: WHEN NO_DATA_FOUND THEN
247: x_return_status := FND_API.G_RET_STS_ERROR ;

Line 244: htp.p('');

240: -- htp.p('alert("AFTER : " + document.'||p_form_name||'.'||G_ERROR_VARIABLE_NAME||'.value);');
241:
242: htp.p('}'); --- closes the javascript if
243: htp.p('}'); --- closes the function definition
244: htp.p('');
245: EXCEPTION
246: WHEN NO_DATA_FOUND THEN
247: x_return_status := FND_API.G_RET_STS_ERROR ;
248: RAISE FND_API.G_EXC_ERROR;

Line 275: htp.p('');
279:

Line 276: htp.p('alert("'||p_error||'");');

272: )
273: IS
274: BEGIN
275: htp.p('');
279:
280: END Put_Errors;

Line 277: htp.p('history.go(-1)');

273: IS
274: BEGIN
275: htp.p('');
279:
280: END Put_Errors;
281:

Line 278: htp.p('');

274: BEGIN
275: htp.p('');
279:
280: END Put_Errors;
281:
282: ----