DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on ICX_REQ_TEMPLATES

Line 721: htp.frame(v_dcdName || '/ICX_REQ_TEMPLATES.templates?p_where=' ||

717: htp.frame(v_dcdName ||
718: '/ICX_REQ_NAVIGATION.top_frame?tab_name=template&emergency=' ||
719: v_emergency,'tabs','0','0','no','NORESIZE', 'FRAMEBORDER=NO');
720:
721: htp.frame(v_dcdName || '/ICX_REQ_TEMPLATES.templates?p_where=' ||
722: icx_call.encrypt2( '(NEW)' ||
723: icx_util.replace_quotes(v_template) || '*' || v_org_id ||
724: '**]'), 'navigation','0','0','auto','NORESIZE','FRAMEBORDER=NO');
725:

Line 792: lastPlace = "' || v_dcdName || '/ICX_REQ_TEMPLATES.templates?p_where=";

788: '/ICX_REQ_NAVIGATION.top_frame?tab_name="+ tabName+"&emergency=' ||
789: v_emergency ||'", ''tabs'');
790:
791: if (tabName == "template" ) {
792: lastPlace = "' || v_dcdName || '/ICX_REQ_TEMPLATES.templates?p_where=";
793: lastPlace += lastTemplate.p_where;
794: lastPlace += "&start_row=" + lastTemplate.start_row;
795: if (lastTemplate.end_row <> -1)
796: lastPlace += "&c_end_row=" + lastTemplate.end_row;

Line 1244: ICX_REQ_TEMPLATES.GetTemplateTop(v_org_id, v_emergency);

1240: htp.p('cartLineId = "";');
1241:
1242: ICX_REQ_NAVIGATION.synch(v_org_id,v_emergency,v_cart_id,v_language,shopper_id,v_dcdName);
1243: ICX_REQ_CATEGORIES.GetCategoryTop(v_org_id);
1244: ICX_REQ_TEMPLATES.GetTemplateTop(v_org_id, v_emergency);
1245: js.scriptClose;
1246:
1247:
1248: htp.headClose;