DBA Data[Home] [Help]

APPS.POS_ASN_DETAILS_S dependencies on JS

Line 187: js.scriptOpen;

183: htp.headOpen;
184:
185: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
186:
187: js.scriptOpen;
188: icx_util.LOVscript;
189:
190: htp.p('
191:

Line 207: var c_js_where_clause = "";

203: htp.p('
204:
205: function call_LOV(c_attribute_code)
206: {
207: var c_js_where_clause = "";
208:
209: if (c_attribute_code == "POS_FREIGHT_CARRIER")
210: {
211: c_js_where_clause = "ORGANIZATION_ID=" +

Line 211: c_js_where_clause = "ORGANIZATION_ID=" +

207: var c_js_where_clause = "";
208:
209: if (c_attribute_code == "POS_FREIGHT_CARRIER")
210: {
211: c_js_where_clause = "ORGANIZATION_ID=" +
212: document.pos_asn_details.POS_SHIP_TO_ORGANIZATION_ID.value;
213: }
214:
215: c_js_where_clause = escape(c_js_where_clause, 1);

Line 215: c_js_where_clause = escape(c_js_where_clause, 1);

211: c_js_where_clause = "ORGANIZATION_ID=" +
212: document.pos_asn_details.POS_SHIP_TO_ORGANIZATION_ID.value;
213: }
214:
215: c_js_where_clause = escape(c_js_where_clause, 1);
216:
217: LOV("178", c_attribute_code, "178", "POS_ASN_DETAILS_SHIPMENTS_R",
218: "pos_asn_details", "content", "", c_js_where_clause);
219: }

Line 218: "pos_asn_details", "content", "", c_js_where_clause);

214:
215: c_js_where_clause = escape(c_js_where_clause, 1);
216:
217: LOV("178", c_attribute_code, "178", "POS_ASN_DETAILS_SHIPMENTS_R",
218: "pos_asn_details", "content", "", c_js_where_clause);
219: }
220:
221: ');
222:

Line 224: js.scriptClose;

220:
221: ');
222:
223:
224: js.scriptClose;
225:
226: htp.headClose;
227:
228: htp.bodyOpen(null, 'onLoad="javascript:closeWindow(' || '''' ||